File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
run : " pnpm run test"
47
47
48
48
- name : " Versioning"
49
- run : " pnpm exec lerna version ${{ github.event.inputs.next_version }} --no-push --force-publish -y "
49
+ run : " pnpm exec lerna version ${{ github.event.inputs.next_version }} --no-push --force-publish --yes "
50
50
51
51
- name : " Adjust PeerDependencies"
52
52
run : |
65
65
git tag v${{ github.event.inputs.next_version }} -f
66
66
67
67
- name : " Publish to npm"
68
- run : " pnpm exec lerna publish from-git ${{ github.event.inputs.stable_release == 'true' && ' ' || '--dist-tag next' }}"
68
+ run : " pnpm exec lerna publish from-git --yes ${{ github.event.inputs.stable_release == 'true' && ' ' || '--dist-tag next' }}"
69
69
env :
70
70
NODE_AUTH_TOKEN : " ${{ secrets.NPM_TOKEN }}"
71
71
You can’t perform that action at this time.
0 commit comments