Skip to content

Commit

Permalink
chore: add --no-verify-access flag for package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
loatheb authored Nov 23, 2023
1 parent cde5acd commit 75a2c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn publish-packages -y
yarn publish-packages -y --no-verify-access

0 comments on commit 75a2c41

Please sign in to comment.