We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86567f0 commit fa1f66cCopy full SHA for fa1f66c
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.4
+ - uses: gittools/actions/gitversion/setup@v0.9.5
13
14
versionSpec: 5.3.x
15
- - uses: gittools/actions/gitversion/execute@v0.9.4
+ - uses: gittools/actions/gitversion/execute@v0.9.5
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