Skip to content

Commit 063e1fa

Browse files
Update goreleaser/goreleaser-action action to v3 (#131)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f4ce574 commit 063e1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: ${{ github.actor }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
- name: Run GoReleaser
46-
uses: goreleaser/goreleaser-action@v2
46+
uses: goreleaser/goreleaser-action@v3
4747
if: success() && startsWith(github.ref, 'refs/tags/')
4848
with:
4949
version: latest

0 commit comments

Comments
 (0)