Skip to content

Commit

Permalink
Fix lerna publish nightly command (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Jun 8, 2021
1 parent 10b49da commit a0b5578
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-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release nightly

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"benchmark": "lerna run benchmark",
"cli": "node --trace-deprecation --max-old-space-size=8192 ./packages/cli/bin/lodestar",
"publish": "lerna publish from-package --yes --no-verify-access",
"publish-nightly": "yarn run publish --canary minor --dist-tag next",
"publish-nightly": "yarn run publish --canary --dist-tag next",
"release": "lerna version --no-push --sign-git-commit",
"postrelease": "git tag -d $(git describe --abbrev=0)"
},
Expand Down

0 comments on commit a0b5578

Please sign in to comment.