Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 902ea2e

Browse files
authored
Update cd.yaml
1 parent 280e9ab commit 902ea2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: yarn build
4040
if: ${{ steps.release.outputs.releases_created }}
4141

42-
- run: npx lerna publish from-package --no-push --no-private --yes
42+
- run: npx lerna publish from-package --no-push --no-private --no-verify-access --yes
4343
env:
4444
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 }}
45+
if: ${{ steps.release.outputs.releases_created }}

0 commit comments

Comments
 (0)