Skip to content

Commit

Permalink
ci: install nfpm
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed May 16, 2021
1 parent 17476de commit 9bc6518
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Install nfpm
run: curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh

- name: Move nfpm to /usr/bin/
run: sudo mv bin/nfpm /usr/bin/nfpm

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 9bc6518

Please sign in to comment.