mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: release ci
This commit is contained in:
parent
5a50995607
commit
f3fb416fd1
2
.github/workflows/manual-release-develop.yml
vendored
2
.github/workflows/manual-release-develop.yml
vendored
@ -79,6 +79,8 @@ jobs:
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Install Lerna
|
||||
run: npm install -g lerna@4
|
||||
- name: Run release.sh
|
||||
shell: bash
|
||||
run: |
|
||||
|
2
.github/workflows/manual-release-next.yml
vendored
2
.github/workflows/manual-release-next.yml
vendored
@ -121,6 +121,8 @@ jobs:
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Install Lerna
|
||||
run: npm install -g lerna@4
|
||||
- name: Run release.sh
|
||||
shell: bash
|
||||
run: |
|
||||
|
2
.github/workflows/manual-release.yml
vendored
2
.github/workflows/manual-release.yml
vendored
@ -118,6 +118,8 @@ jobs:
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Install Lerna
|
||||
run: npm install -g lerna@4
|
||||
- name: Run release.sh
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -44,14 +44,14 @@ lerna version $new_version --preid alpha --force-publish=* --no-git-tag-version
|
||||
|
||||
echo $PRO_PLUGIN_REPOS | jq -r '.[]' | while read i; do
|
||||
cd ./packages/pro-plugins/@nocobase/$i
|
||||
git add .
|
||||
git add package.json
|
||||
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../../../lerna.json)"
|
||||
git tag v$(jq -r '.version' ../../../../lerna.json)
|
||||
cd ../../../../
|
||||
done
|
||||
echo $CUSTOM_PRO_PLUGIN_REPOS | jq -r '.[]' | while read i; do
|
||||
cd ./packages/pro-plugins/@nocobase/$i
|
||||
git add .
|
||||
git add package.json
|
||||
git commit -m "chore(versions): 😊 publish v$(jq -r '.version' ../../../../lerna.json)"
|
||||
git tag v$(jq -r '.version' ../../../../lerna.json)
|
||||
cd ../../../../
|
||||
|
Loading…
x
Reference in New Issue
Block a user