Skip to content

Commit f1f2b2e

Browse files
author
Petr Sramek
committed
uyuy
1 parent 4fe2050 commit f1f2b2e

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
@@ -13,7 +13,7 @@ jobs:
1313
name: Version with GitVersion ${{ vars.GIT_VERSION }}
1414
runs-on: ubuntu-latest
1515
outputs:
16-
VERSION: ${{ steps.gitversion.outputs.majorMinorPatch }}${{ PreReleaseTagWithDash }}
16+
VERSION: ${{ steps.gitversion.outputs.majorMinorPatch }}${{ steps.gitversion.outputs.preReleaseTagWithDash }}
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:

0 commit comments

Comments
 (0)