Skip to content

Commit

Permalink
replace rm-dist with clean in go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Jun 26, 2024
1 parent 4b11f76 commit 563f0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -46,7 +46,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
workdir: ./avalanche-network-runner/
env:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ go install -v github.com/goreleaser/goreleaser@latest
#goreleaser release --config .goreleaser.yml --skip-announce --skip-publish

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

0 comments on commit 563f0e5

Please sign in to comment.