Skip to content

Commit

Permalink
🐛 fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lawzava committed Oct 15, 2022
1 parent 4618175 commit 220d53b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: 1.19.x
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ builds:
-
env:
- CGO_ENABLED=0
main: ./*.go
goos:
- linux
- darwin
Expand Down

0 comments on commit 220d53b

Please sign in to comment.