mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix(ci): release next
This commit is contained in:
parent
41de0d8c45
commit
0e1e493b4c
10
.github/workflows/release-next.yml
vendored
10
.github/workflows/release-next.yml
vendored
@ -108,11 +108,8 @@ jobs:
|
||||
do
|
||||
git clone -b next https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
||||
done
|
||||
- name: Tag and Build Pro plugins
|
||||
- name: Tag Pro plugins
|
||||
run: |
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
yarn lerna version ${{ env.NEWVERSION }} -y --no-git-tag-version
|
||||
cd packages/pro-plugins
|
||||
git tag ${{ env.NEWVERSION }}
|
||||
git push origin ${{ env.NEWVERSION }}
|
||||
@ -121,6 +118,11 @@ jobs:
|
||||
git tag ${{ env.NEWVERSION }}
|
||||
git push origin ${{ env.NEWVERSION }}
|
||||
done
|
||||
- name: Tag and Build Pro plugins
|
||||
run: |
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
yarn lerna version ${{ env.NEWVERSION }} -y --no-git-tag-version
|
||||
yarn build packages/pro-plugins
|
||||
- name: publish pkg.nocobase.com
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user