Skip to content

Commit

Permalink
pinned goreleaser binary in attempt to fix release action (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk-intuit authored Aug 15, 2023
1 parent 2413912 commit 258266d
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 @@ -61,7 +61,7 @@ jobs:
uses: goreleaser/[email protected]
with:
distribution: goreleaser
version: latest
version: v1.13.1
args: release --debug --rm-dist --release-notes ./tmp/release_notes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 258266d

Please sign in to comment.