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.
1 parent 280e9ab commit 902ea2eCopy full SHA for 902ea2e
1 file changed
.github/workflows/cd.yaml
@@ -39,7 +39,7 @@ jobs:
39
- run: yarn build
40
if: ${{ steps.release.outputs.releases_created }}
41
42
- - run: npx lerna publish from-package --no-push --no-private --yes
+ - run: npx lerna publish from-package --no-push --no-private --no-verify-access --yes
43
env:
44
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} # use npm "Automation" token and put in Github repository secrets under "NPM_TOKEN"
45
- if: ${{ steps.release.outputs.releases_created }}
+ if: ${{ steps.release.outputs.releases_created }}
0 commit comments