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 d10da7f commit b4b489cCopy full SHA for b4b489c
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
with:
11
fetch-depth: 0
12
show-progress: false
13
- - uses: gittools/actions/gitversion/setup@v3.1.11
+ - uses: gittools/actions/gitversion/setup@v3.2.0
14
15
versionSpec: '5.12.x'
16
- - uses: gittools/actions/gitversion/execute@v3.1.11
+ - uses: gittools/actions/gitversion/execute@v3.2.0
17
id: gitversion
18
- if: github.ref_type != 'tag'
19
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
0 commit comments