Skip to content

Commit

Permalink
ci: fix ci go releaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sczlog committed Nov 11, 2024
1 parent 7a7639e commit 7014543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
name: Run GoReleaser
uses: goreleaser/[email protected]
with:
version: latest
# keep use v1.x version
version: v1.26.2
args: release --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 7014543

Please sign in to comment.