Skip to content

Commit

Permalink
Merge pull request #38 from lazyfrosch/renovate/goreleaser-goreleaser…
Browse files Browse the repository at this point in the history
…-action-5.x
  • Loading branch information
lazyfrosch authored Sep 24, 2023
2 parents 616aee4 + 798c365 commit 8da4130
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 @@ -34,7 +34,7 @@ jobs:

- name: Run goreleaser in snapshot mode
if: success() && ! startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist --snapshot
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Run GoReleaser in release mode
if: success() && startsWith(github.ref, 'refs/tags/v')
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 8da4130

Please sign in to comment.