Skip to content

Commit

Permalink
Fix goreleaser to v0.155.0
Browse files Browse the repository at this point in the history
Gum does not use go mdules yet. Latest versions of GoReleaser
expect the code to be modular.
  • Loading branch information
aalmiray committed Mar 29, 2021
1 parent cd5ab43 commit 89fd5f4
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 @@ -40,7 +40,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v0.155.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
Expand Down

0 comments on commit 89fd5f4

Please sign in to comment.