Revert "Update GoReleaser to v0.172.1"

This commit is contained in:
Mislav Marohnić 2021-07-20 21:39:50 +02:00 committed by GitHub
parent ccd4f0fa9a
commit 85d0447a6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -23,7 +23,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: v0.172.1 # pinning to prevent breaking on latest
version: v0.169.0 # pinning bc our config breaks on latest
args: release --release-notes=CHANGELOG.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

View file

@ -64,6 +64,5 @@ nfpms:
formats:
- deb
- rpm
contents:
- src: "/share/man/man1/gh*.1"
dst: "/usr/share/man/man1"
files:
"./share/man/man1/gh*.1": "/usr/share/man/man1"