Skip to content

Commit

Permalink
build: update lerna to skip prior checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Mar 10, 2022
1 parent 8dee21d commit d5a7394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- run: yarn lerna publish
- run: yarn lerna publish --no-verify-access



Expand Down

0 comments on commit d5a7394

Please sign in to comment.