Skip to content

Commit a3a769f

Browse files
chore(deps): update goreleaser/goreleaser-action action to v6
1 parent e1657e3 commit a3a769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Run GoReleaser
41-
uses: goreleaser/goreleaser-action@v5
41+
uses: goreleaser/goreleaser-action@v6
4242
if: success() && startsWith(github.ref, 'refs/tags/')
4343
with:
4444
version: latest

0 commit comments

Comments
 (0)