Skip to content

Commit fff3865

Browse files
committed
ci: use v2 for goreleaser
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 7109b35 commit fff3865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Goreleaser
2424
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
2525
with:
26-
version: latest
26+
version: "~> v2"
2727
args: release --clean --timeout 60m --verbose
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)