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 74aaba9 commit f5567d8Copy full SHA for f5567d8
.github/workflows/release.yml
@@ -23,3 +23,10 @@ jobs:
23
nix develop -c goreleaser release --clean
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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
31
+ env:
32
+ GH_TOKEN: ${{ github.token }}
0 commit comments