Skip to content

Commit

Permalink
chore: add --no-verify-access for lerna CI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
loatheb authored Oct 19, 2023
1 parent 8c856de commit 90088e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# TODO check published packages injected is minified
run: |
git reset --hard
NODE_ENV=production yarn publish-packages -y
NODE_ENV=production yarn publish-packages -y --no-verify-access
- name: Sleep for 90 seconds
uses: jakejarvis/wait-action@master
Expand Down

0 comments on commit 90088e0

Please sign in to comment.