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 3e902d3 commit 8b28182Copy full SHA for 8b28182
.github/workflows/dotnet.yml
@@ -16,7 +16,7 @@ jobs:
16
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}
17
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}.${{ steps.gitversion.outputs.sha }}
18
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}
19
- PACKAGE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}+${{ github.run_number }}
+ PACKAGE_VERSION: ${{ steps.gitversion.outputs.fullSemVer }}+${{ github.run_number }}
20
steps:
21
- uses: actions/checkout@v3
22
with:
0 commit comments