File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Run GoReleaser
2424 uses : goreleaser/goreleaser-action@v2
2525 with :
26- version : v0.169.0 # pinning bc our config breaks on latest
26+ version : v0.174.1
2727 args : release --release-notes=CHANGELOG.md
2828 env :
2929 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -57,12 +57,13 @@ nfpms:
5757 - license : MIT
5858 maintainer : GitHub
5959 homepage : https://github.com/cli/cli
60- bindir : /usr
60+ bindir : /usr/bin
6161 dependencies :
6262 - git
6363 description : GitHub’s official command line tool.
6464 formats :
6565 - deb
6666 - rpm
67- files :
68- " ./share/man/man1/gh*.1 " : " /usr/share/man/man1"
67+ contents :
68+ - src : " ./share/man/man1/gh*.1"
69+ dst : " /usr/share/man/man1"
You can’t perform that action at this time.
0 commit comments