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 0992a22 commit 08cf609Copy full SHA for 08cf609
.github/workflows/ci.yml
@@ -209,8 +209,10 @@ jobs:
209
run: dotnet restore
210
working-directory: ./src
211
212
- - name: Install GitVersion
213
- run: dotnet tool install --global GitVersion.Tool
+ - name: Setup GitVersion
+ uses: gittools/actions/gitversion/[email protected]
214
+ with:
215
+ versionSpec: '6.0.5'
216
217
- name: Determine Version
218
id: gitversion
@@ -339,7 +341,7 @@ jobs:
339
341
- name: Install GitReleaseManager
340
342
uses: gittools/actions/gitreleasemanager/[email protected]
343
with:
- versionSpec: "0.13.x"
344
+ versionSpec: '0.18.x'
345
346
- name: Create release with GitReleaseManager
347
0 commit comments