We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41e773 commit fa0295eCopy full SHA for fa0295e
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
9
- uses: actions/checkout@v3
10
with:
11
fetch-depth: 0
12
- - uses: gittools/actions/gitversion/setup@v0.9.11
+ - uses: gittools/actions/gitversion/setup@v0.9.13
13
14
versionSpec: '5.7.x'
15
- - uses: gittools/actions/gitversion/execute@v0.9.11
+ - uses: gittools/actions/gitversion/execute@v0.9.13
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