Skip to content

Commit e9d0db8

Browse files
committed
include tag name in the version number
1 parent 7c06f30 commit e9d0db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
working-directory: Source/${{ env.SOLUTION_DIR }}
4242

4343
- name: Set version number
44-
run: ./Set-Version-Number.ps1 "1.${{github.run_number}}"
44+
run: ./Set-Version-Number.ps1 "${{github.ref_name}}"
4545
working-directory: Scripts
4646
shell: pwsh
4747

0 commit comments

Comments
 (0)