Update lerna version command to include --yes flag

This commit is contained in:
chenos
2026-06-29 22:02:42 +08:00
committed by GitHub
parent 28d47cb38c
commit 1cb9005eec
+1 -1
View File
@@ -120,7 +120,7 @@ jobs:
run: |
npm install -g lerna@4
if [ -n "${{ inputs.version }}" ]; then
lerna version "${{ inputs.version }}" --no-git-tag-version
lerna version "${{ inputs.version }}" --yes --no-git-tag-version
fi
- name: yarn install and build
run: |