Skip to content

Commit 8b28182

Browse files
author
Petr Sramek
committed
jhgjh
1 parent 3e902d3 commit 8b28182

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
@@ -16,7 +16,7 @@ jobs:
1616
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}
1717
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}.${{ steps.gitversion.outputs.sha }}
1818
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}
19-
PACKAGE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}
19+
PACKAGE_VERSION: ${{ steps.gitversion.outputs.fullSemVer }}+${{ github.run_number }}
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:

0 commit comments

Comments
 (0)