Skip to content

Commit c9f0b4f

Browse files
committed
Set GoReleaser version to 2 in config
1 parent 77ebf82 commit c9f0b4f

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
@@ -92,7 +92,7 @@ jobs:
9292
- name: Run GoReleaser
9393
uses: goreleaser/[email protected]
9494
with:
95-
version: latest
95+
version: '~> v2'
9696
args: release --clean
9797
env:
9898
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)