Skip to content

Commit

Permalink
chore: update publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 30, 2025
1 parent d8f567f commit 5041139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Check npm config
run: npm config list

- run: node_modules/.bin/lerna publish from-package --no-verify-access
- run: node_modules/.bin/lerna publish from-package --no-verify-access --yes
if: ${{ steps.release.outputs.releases_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 5041139

Please sign in to comment.