Skip to content

Commit 9cd6318

Browse files
committed
remove git describe
1 parent 941b811 commit 9cd6318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Restore dotnet tools
2222
run: dotnet tool restore
2323
- name: Fetch complete repository including tags
24-
run: git fetch --tags --force --prune && git describe
24+
run: git fetch --tags --force --prune
2525
- name: Generate version info from git history
2626
run: dotnet gitversion /output json | jq -r 'to_entries|map("GitVersion_\(.key)=\(.value|tostring)")|.[]' >> gitversion.env && cat gitversion.env
2727
- name: Upload version info file

0 commit comments

Comments
 (0)