Skip to content

Commit

Permalink
Latest goreleaser version seems to have issues with the goreleaser-ac…
Browse files Browse the repository at this point in the history
…tion. (#576)

We will remove this hardcoding once the goreleaser-action publishes a newer release. (Ticket #575)
  • Loading branch information
giteshk authored May 19, 2022
1 parent f7ebf29 commit b90411a
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 @@ -42,7 +42,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
version: latest
version: v1.8.3
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b90411a

Please sign in to comment.