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 f5567d8 commit 452826aCopy full SHA for 452826a
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Include documentation
27
run: |
28
TAG="${{ github.ref_name }}"
29
- TAG="${TAG#v}"
30
- gh release upload "$TAG" man/git-coverage.1#git-coverage_"$TAG"_man.1
+ VERSION="${TAG#v}"
+ gh release upload "$TAG" man/git-coverage.1#git-coverage_"$VERSION"_man.1
31
env:
32
GH_TOKEN: ${{ github.token }}
0 commit comments