Skip to content

Commit b397a25

Browse files
authored
Fix releases bug (#67)
GitHub releases were not being created successfully. Fix is to use the latest version of the goreleaser action.
1 parent cade05f commit b397a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_tag_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: 1.15
3838
-
3939
name: Run GoReleaser
40-
uses: goreleaser/goreleaser-action@v2.1.1
40+
uses: goreleaser/goreleaser-action@v2.4.1
4141
with:
4242
version: latest
4343
args: release --rm-dist

0 commit comments

Comments
 (0)