Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9f0b4f

Browse files
committedFeb 19, 2025·
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Run GoReleaser
9393
uses: goreleaser/goreleaser-action@v6.2.1
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)
Please sign in to comment.