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 4646 run : " pnpm run test"
4747
4848 - 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 "
5050
5151 - name : " Adjust PeerDependencies"
5252 run : |
6565 git tag v${{ github.event.inputs.next_version }} -f
6666
6767 - 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' }}"
6969 env :
7070 NODE_AUTH_TOKEN : " ${{ secrets.NPM_TOKEN }}"
7171
You can’t perform that action at this time.
0 commit comments