Skip to content

Commit 1c6513b

Browse files
author
Petr Sramek
committed
hgjy
1 parent 6a3495b commit 1c6513b

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.fullSemVer }}.${{ github.run_number }}
19+
PACKAGE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}${{ steps.gitversion.outputs.preReleaseLabelWithDash }}.${{ github.run_number }}
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:

0 commit comments

Comments
 (0)