Skip to content

Commit 4e280c8

Browse files
committed
Update dotnet.yml
1 parent 286859b commit 4e280c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: .NET build and test
22
env:
33
LAST_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
4-
CURRENT_VERSION: 1.0.${{ GITHUB_RUN_NUMBER }}
4+
CURRENT_MAJOR_AND_MINOR_VERSION: 1.0
5+
CURRENT_VERSION: 1.0.${{ github.run_number }}
56

67
on:
78
push:

0 commit comments

Comments
 (0)