Skip to content

Commit

Permalink
fix: lock goreleaser version (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 authored Jun 5, 2024
1 parent 8461910 commit 4558b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
version: v1.26.2
args: --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}

0 comments on commit 4558b6d

Please sign in to comment.