We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea1396f + 1bffa31 commit 251f681Copy full SHA for 251f681
.github/workflows/publish.yml
@@ -70,6 +70,6 @@ jobs:
70
run: npm --workspaces test
71
72
- name: Release
73
- run: npx lerna publish --yes --no-verify-access
+ run: npx lerna publish --yes --no-verify-access --no-push
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments