Skip to content

Commit 1ffa73f

Browse files
authored
Upgrade GitVersion in workflow
1 parent 69254f3 commit 1ffa73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: GetSemVer
2323
id: get-semver
2424
run: |
25-
dotnet tool install --global GitVersion.Tool --version 6.1.0
25+
dotnet tool install --global GitVersion.Tool --version 6.4.0
2626
output=$(dotnet-gitversion)
2727
semver=$(echo $output | grep -oP '"SemVer"\s*:\s*"\K[^"]+')
2828
echo $output

0 commit comments

Comments
 (0)