Skip to content

Commit

Permalink
Fix releases bug (#67)
Browse files Browse the repository at this point in the history
GitHub releases were not being created successfully.  Fix is to use
the latest version of the goreleaser action.
  • Loading branch information
johnboyes committed Dec 6, 2020
1 parent cade05f commit b397a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: 1.15
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.1.1
uses: goreleaser/goreleaser-action@v2.4.1
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit b397a25

Please sign in to comment.