Skip to content

Commit

Permalink
Merge pull request #43 from portefaix/renovate/goreleaser-goreleaser-…
Browse files Browse the repository at this point in the history
…action-4.x

Update goreleaser/goreleaser-action action to v4
  • Loading branch information
nlamirault authored Dec 13, 2022
2 parents d60fe92 + 2f1a32d commit 21cf103
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 @@ -30,7 +30,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 21cf103

Please sign in to comment.