Skip to content

Commit de3bc36

Browse files
[QUICKFIX] Fixing release workflow to use new goreleaser too
1 parent add29c0 commit de3bc36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
uses: goreleaser/goreleaser-action@v6
1717
with:
1818
distribution: goreleaser
19-
#To keep same behavior
20-
version: '~> v1'
19+
version: '~> v2'
2120
args: release
2221
env:
2322
GITHUB_TOKEN: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)