Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit b6c643b

Browse files
Update goreleaser/goreleaser-action action to v6
1 parent ee6ed5f commit b6c643b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
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@v4
46+
uses: goreleaser/goreleaser-action@v6
4747
if: success() && startsWith(github.ref, 'refs/tags/')
4848
with:
4949
version: latest

0 commit comments

Comments
 (0)