mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +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
|
do
|
||||||
git clone -b next https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
git clone -b next https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
||||||
done
|
done
|
||||||
- name: Tag and Build Pro plugins
|
- name: Tag Pro plugins
|
||||||
run: |
|
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
|
cd packages/pro-plugins
|
||||||
git tag ${{ env.NEWVERSION }}
|
git tag ${{ env.NEWVERSION }}
|
||||||
git push origin ${{ env.NEWVERSION }}
|
git push origin ${{ env.NEWVERSION }}
|
||||||
@ -121,6 +118,11 @@ jobs:
|
|||||||
git tag ${{ env.NEWVERSION }}
|
git tag ${{ env.NEWVERSION }}
|
||||||
git push origin ${{ env.NEWVERSION }}
|
git push origin ${{ env.NEWVERSION }}
|
||||||
done
|
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
|
yarn build packages/pro-plugins
|
||||||
- name: publish pkg.nocobase.com
|
- name: publish pkg.nocobase.com
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user