Skip to content

Commit 39dfc37

Browse files
author
Petr Sramek
committed
zsfdas
1 parent b223f24 commit 39dfc37

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
outputs:
1616
ASSEMBLY_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}
17-
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}+${{ step.gitversion.outputs.sha }}
17+
ASSEMBLY_INFORMATIONAL_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}+${{ steps.gitversion.outputs.sha }}
1818
FILE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}
1919
PACKAGE_VERSION: ${{ steps.gitversion.outputs.assemblySemVer }}.${{ github.github.run_number }}
2020
steps:

0 commit comments

Comments
 (0)