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 941b811 commit 9cd6318Copy full SHA for 9cd6318
.github/workflows/branches.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Restore dotnet tools
22
run: dotnet tool restore
23
- name: Fetch complete repository including tags
24
- run: git fetch --tags --force --prune && git describe
+ run: git fetch --tags --force --prune
25
- name: Generate version info from git history
26
run: dotnet gitversion /output json | jq -r 'to_entries|map("GitVersion_\(.key)=\(.value|tostring)")|.[]' >> gitversion.env && cat gitversion.env
27
- name: Upload version info file
0 commit comments