Skip to content

Commit

Permalink
Merge branch 'main' into version-1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemadero committed Jun 26, 2024
2 parents 3776526 + 73c694a commit 58f6c3b
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 58f6c3b

Please sign in to comment.