Skip to content

Commit

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

build(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
  • Loading branch information
jacobbednarz authored Nov 8, 2024
2 parents 5708b23 + 28d70b0 commit 126dd6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4531.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
provider: bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
```
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 126dd6e

Please sign in to comment.