We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0338178 commit 4f42b92Copy full SHA for 4f42b92
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.10
+ - uses: gittools/actions/gitversion/setup@v0.9.11
13
14
- versionSpec: '5.6.x'
15
- - uses: gittools/actions/gitversion/execute@v0.9.10
+ versionSpec: '5.7.x'
+ - uses: gittools/actions/gitversion/execute@v0.9.11
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