Skip to content

Commit afe9a64

Browse files
committed
fix .goreleaser.yml
1 parent c9d60d6 commit afe9a64

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# either 'goreleaser' (default) or 'goreleaser-pro'
2424
distribution: goreleaser
2525
version: latest
26-
args: release --rm-dist
26+
args: release --clean
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2929
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ builds:
1010
- -s -w -X github.com/kozmod/progen/internal.Version=v{{.Version}}
1111
env:
1212
- CGO_ENABLED=0
13+
- GO111MODULE=on
1314
goarch:
1415
- amd64
1516
- arm64

0 commit comments

Comments
 (0)