Skip to content

Commit 7946314

Browse files
author
Petr Sramek
committed
kgsdiua
1 parent 8b28182 commit 7946314

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Version with GitVersion ${{ vars.GIT_VERSION }}
1414
runs-on: ubuntu-latest
1515
outputs:
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.fullSemVer }}+${{ github.run_number }}
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.fullSemVer }}.${{ github.run_number }}
2020
steps:
2121
- uses: actions/checkout@v3
2222
with:

0 commit comments

Comments
 (0)