Skip to content

Commit 5a46c1c

Browse files
authored
Merge pull request cli#4043 from cli/upgrade-goreleaser
This reverts commit 85d0447.
1 parent 4b499be commit 5a46c1c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-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.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}}

.goreleaser.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)