Skip to content

Commit c9e706f

Browse files
chore(deps): update goreleaser/goreleaser-action action to v6 (#654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dmitry Onishchenko <[email protected]>
1 parent 3584bdf commit c9e706f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: echo "BUILT=$(date -u +%a_%d_%b_%H:%M:%S_%Y)" >> $GITHUB_OUTPUT
5555

5656
- name: Run GoReleaser
57-
uses: goreleaser/goreleaser-action@v5
57+
uses: goreleaser/goreleaser-action@v6
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_EXTRA }}
6060
VERSION: ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)