We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286859b commit 4e280c8Copy full SHA for 4e280c8
.github/workflows/dotnet.yml
@@ -1,7 +1,8 @@
1
name: .NET build and test
2
env:
3
LAST_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
4
- CURRENT_VERSION: 1.0.${{ GITHUB_RUN_NUMBER }}
+ CURRENT_MAJOR_AND_MINOR_VERSION: 1.0
5
+ CURRENT_VERSION: 1.0.${{ github.run_number }}
6
7
on:
8
push:
0 commit comments