Skip to content

Commit 7ed717b

Browse files
authored
Us goreleaser v2 in release workflow (#106)
I though upgrading to the v6 action did this automatically, but missed that I had pinned a v1 version in the workflow definition.
1 parent edd3d26 commit 7ed717b

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v6
2626
with:
27-
version: v1.23.0
27+
version: '~> v2'
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)