File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
name : Version with GitVersion ${{ vars.GIT_VERSION }}
14
14
runs-on : ubuntu-latest
15
15
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 }}
20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
with :
You can’t perform that action at this time.
0 commit comments