Skip to content

Commit

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

chore(deps): bump goreleaser/goreleaser-action from 2.9.1 to 3.2.0
  • Loading branch information
moul committed Oct 23, 2022
2 parents 484510e + 92aab94 commit 232e9b5
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 @@ -45,7 +45,7 @@ jobs:
-
name: Run GoReleaser
if: steps.semantic.outputs.new-release-published == 'true' && steps.repoman.outputs.has-go-binary == 'true'
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@v3.2.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 232e9b5

Please sign in to comment.