Skip to content

Commit 08cf609

Browse files
committed
Update gittools setup
Signed-off-by: Victor Chang <[email protected]>
1 parent 0992a22 commit 08cf609

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,10 @@ jobs:
209209
run: dotnet restore
210210
working-directory: ./src
211211

212-
- name: Install GitVersion
213-
run: dotnet tool install --global GitVersion.Tool
212+
- name: Setup GitVersion
213+
uses: gittools/actions/gitversion/[email protected]
214+
with:
215+
versionSpec: '6.0.5'
214216

215217
- name: Determine Version
216218
id: gitversion
@@ -339,7 +341,7 @@ jobs:
339341
- name: Install GitReleaseManager
340342
uses: gittools/actions/gitreleasemanager/[email protected]
341343
with:
342-
versionSpec: "0.13.x"
344+
versionSpec: '0.18.x'
343345

344346
- name: Create release with GitReleaseManager
345347
uses: gittools/actions/gitreleasemanager/[email protected]

0 commit comments

Comments
 (0)