We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b078e commit 77f3305Copy full SHA for 77f3305
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
9
- uses: actions/checkout@v2
10
with:
11
fetch-depth: 0
12
- - uses: gittools/actions/gitversion/setup@v0.9.6
+ - uses: gittools/actions/gitversion/setup@v0.9.7
13
14
versionSpec: '5.5.x'
15
- - uses: gittools/actions/gitversion/execute@v0.9.6
+ - uses: gittools/actions/gitversion/execute@v0.9.7
16
id: gitversion
17
- if: steps.gitversion.outputs.preReleaseLabel != ''
18
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
0 commit comments