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 a8f273e commit 0fc0868Copy full SHA for 0fc0868
.github/workflows/dotnet.yml
@@ -1,6 +1,6 @@
1
name: .NET build and test
2
env:
3
- CURRENT_VERSION: 4.0.${{ github.run_number }}
+ CURRENT_VERSION: 4.1.${{ github.run_number }}
4
LAST_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
5
6
on:
0 commit comments