Skip to content

Commit

Permalink
ci: Pin goreleaser version in GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisek committed Jun 21, 2024
1 parent f1e78cf commit f81a15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
id: run-goreleaser
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
with:
version: latest
version: v1.26.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Expand Down

0 comments on commit f81a15d

Please sign in to comment.