X Tutup
Skip to content

Commit 85d0447

Browse files
authored
Revert "Update GoReleaser to v0.172.1"
1 parent ccd4f0f commit 85d0447

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2
2525
with:
26-
version: v0.172.1 # pinning to prevent breaking on latest
26+
version: v0.169.0 # pinning bc our config breaks on latest
2727
args: release --release-notes=CHANGELOG.md
2828
env:
2929
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ nfpms:
6464
formats:
6565
- deb
6666
- rpm
67-
contents:
68-
- src: "/share/man/man1/gh*.1"
69-
dst: "/usr/share/man/man1"
67+
files:
68+
"./share/man/man1/gh*.1": "/usr/share/man/man1"

0 commit comments

Comments
 (0)
X Tutup