Skip to content

Commit 73c694a

Browse files
authored
Merge pull request #722 from ava-labs/goreleaser-rm-dist-to-clean
replace rm-dist with clean in go releaser
2 parents 4b11f76 + 563f0e5 commit 73c694a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
distribution: goreleaser
4848
version: latest
49-
args: release --rm-dist
49+
args: release --clean
5050
workdir: ./avalanche-network-runner/
5151
env:
5252
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret

scripts/build.release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ go install -v github.com/goreleaser/goreleaser@latest
1717
#goreleaser release --config .goreleaser.yml --skip-announce --skip-publish
1818

1919
# to test without git tags
20-
goreleaser release --config .goreleaser.yml --rm-dist --skip-announce --skip-publish --snapshot
20+
goreleaser release --config .goreleaser.yml --clean --skip-announce --skip-publish --snapshot

0 commit comments

Comments
 (0)