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 34d1c64 commit d051bc8Copy full SHA for d051bc8
.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.0.2
+ - uses: gittools/actions/gitversion/setup@v3.0.3
14
15
versionSpec: '5.12.x'
16
- - uses: gittools/actions/gitversion/execute@v3.0.2
+ - uses: gittools/actions/gitversion/execute@v3.0.3
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