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

Commit

Permalink
Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic authored Apr 7, 2022
1 parent 280e9ab commit 902ea2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: yarn build
if: ${{ steps.release.outputs.releases_created }}

- 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
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} # use npm "Automation" token and put in Github repository secrets under "NPM_TOKEN"
if: ${{ steps.release.outputs.releases_created }}
if: ${{ steps.release.outputs.releases_created }}

0 comments on commit 902ea2e

Please sign in to comment.