Skip to content

Commit

Permalink
Update goreleaser/goreleaser-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jackton1 committed May 22, 2022
1 parent 4f08cf7 commit 50a8371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-go-
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
${{ runner.os }}-go-
- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --snapshot --rm-dist
Expand Down

0 comments on commit 50a8371

Please sign in to comment.