Skip to content

Commit b257d60

Browse files
committed
gitVersion update
Signed-off-by: Neil South <[email protected]>
1 parent 021b7f5 commit b257d60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,13 @@ jobs:
5050
with:
5151
dotnet-version: "8.0.x"
5252

53+
# - name: Install GitVersion
54+
# run: dotnet tool install --global GitVersion.Tool
55+
5356
- name: Install GitVersion
54-
run: dotnet tool install --global GitVersion.Tool
57+
uses: gittools/actions/gitversion/[email protected]
58+
with:
59+
versionSpec: '8.x'
5560

5661
- name: Determine Version
5762
id: gitversion

0 commit comments

Comments
 (0)