From 9bc6518f10844dfda519ca6eed8a6d377fe7a908 Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Sat, 15 May 2021 17:50:54 -0700 Subject: [PATCH] ci: install nfpm --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84efb729..aea313bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: