Skip to content

Commit

Permalink
Merge pull request #495 from juju/dependabot/github_actions/gorelease…
Browse files Browse the repository at this point in the history
…r/goreleaser-action-6

Bump goreleaser/goreleaser-action from 5 to 6
  • Loading branch information
hmlanigan authored Jun 6, 2024
2 parents fa75f6f + f48d8f8 commit cdf7aec
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 @@ -33,7 +33,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
args: release --clean
env:
Expand Down

0 comments on commit cdf7aec

Please sign in to comment.