Skip to content

Commit

Permalink
.github: use goreleaser@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrier committed Jul 3, 2022
1 parent 77104e0 commit 214e203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go-version: 1.17

- name: Run GoReleaser release (SKIP publish)
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
if: startsWith(github.ref, 'refs/tags/') != true
with:
distribution: goreleaser
Expand All @@ -37,7 +37,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run GoReleaser release
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
if: startsWith(github.ref, 'refs/tags/')
with:
distribution: goreleaser
Expand Down

0 comments on commit 214e203

Please sign in to comment.