Skip to content

Commit

Permalink
Merge pull request #2365 from cloudflare/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…releaser/goreleaser-action-6.0.0

Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0
  • Loading branch information
jacobbednarz committed Jun 5, 2024
2 parents 3c29c68 + dec1c41 commit 3cd9193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/2365.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps goreleaser/goreleaser-action from 5.1.0 to 6.0.0
```
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 3cd9193

Please sign in to comment.