mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
Update lerna version command to include --yes flag
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user