Skip to content

Commit fdef9d7

Browse files
committed
fix: explicitly use goreleaser v2 in workflow
1 parent c42c421 commit fdef9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: latest
27+
version: "~> v2"
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)