Skip to content

Commit e2c27f0

Browse files
authored
Merge pull request #14 from disaac/disaac/GH-13-update-goreleaser-fix-brew-tap-formula-deprecation-warning
Updating goreleaser github action to v2
2 parents ab8a1e7 + ac32079 commit e2c27f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: 1.13.x
2020
- name: Run GoReleaser
21-
uses: goreleaser/goreleaser-action@v1
21+
uses: goreleaser/goreleaser-action@v2
2222
with:
2323
version: latest
2424
args: release --rm-dist

0 commit comments

Comments
 (0)