Skip to content

Commit

Permalink
rollback goreleaser version
Browse files Browse the repository at this point in the history
Roll back to v1.13.1 of goreleaser instead of latest. Suspect breaking changes in v1.14+ (latest)
  • Loading branch information
mkrouse committed Jan 19, 2023
1 parent 07868a9 commit b5b23e3
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 @@ -34,7 +34,7 @@ jobs:
- name: Release CLI (GoReleaser)
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v1.13.1 #latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b5b23e3

Please sign in to comment.