We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe2050 commit f1f2b2eCopy full SHA for f1f2b2e
.github/workflows/dotnet.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Version with GitVersion ${{ vars.GIT_VERSION }}
14
runs-on: ubuntu-latest
15
outputs:
16
- VERSION: ${{ steps.gitversion.outputs.majorMinorPatch }}${{ PreReleaseTagWithDash }}
+ VERSION: ${{ steps.gitversion.outputs.majorMinorPatch }}${{ steps.gitversion.outputs.preReleaseTagWithDash }}
17
steps:
18
- uses: actions/checkout@v3
19
with:
0 commit comments