Skip to content

Commit

Permalink
Merge pull request #21 from spinkube/bump-goreleaser-action
Browse files Browse the repository at this point in the history
bump goreleaser-action to v5.0.0
  • Loading branch information
bacongobbler authored Feb 21, 2024
2 parents 626627c + 4eff1f4 commit 1e59dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: go mod download

- name: GoReleaser
uses: goreleaser/goreleaser-action@v4.2.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
version: latest
args: release --clean ${{ github.ref == 'refs/heads/main' && '--snapshot' || '' }}
Expand Down

0 comments on commit 1e59dbe

Please sign in to comment.