Skip to content

Commit

Permalink
Merge pull request #1146 from cloudflare/dependabot/github_actions/go…
Browse files Browse the repository at this point in the history
…releaser/goreleaser-action-4.1.0
  • Loading branch information
jacobbednarz committed Dec 13, 2022
2 parents 5453149 + 8bf017c commit 02adaab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1146.txt
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps goreleaser/goreleaser-action from 3.2.0 to 4.1.0
```
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: ^1.17
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3.2.0
uses: goreleaser/goreleaser-action@v4.1.0
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 02adaab

Please sign in to comment.