Skip to content

Commit c3a2615

Browse files
committed
Updated GitVersion
1 parent c9eab59 commit c3a2615

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
12-
- uses: gittools/actions/gitversion/setup@v0.9.5
12+
- uses: gittools/actions/gitversion/setup@v0.9.6
1313
with:
14-
versionSpec: 5.3.x
15-
- uses: gittools/actions/gitversion/execute@v0.9.5
14+
versionSpec: '5.5.x'
15+
- uses: gittools/actions/gitversion/execute@v0.9.6
1616
id: gitversion
1717
- if: steps.gitversion.outputs.preReleaseLabel != ''
1818
run: npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}

0 commit comments

Comments
 (0)