fix(ci): release next

This commit is contained in:
xilesun 2024-09-03 13:27:19 +08:00
parent 0e1e493b4c
commit e1ca0a0927

View File

@ -110,15 +110,18 @@ jobs:
done
- name: Tag Pro plugins
run: |
cd packages/pro-plugins
cd ./packages/pro-plugins
git tag ${{ env.NEWVERSION }}
git push origin ${{ env.NEWVERSION }}
cd ../../
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }}
do
git tag ${{ env.NEWVERSION }}
git push origin ${{ env.NEWVERSION }}
cd ./packages/pro-plugins/@nocobase/$repo
git tag ${{ env.NEWVERSION }}
git push origin ${{ env.NEWVERSION }}
cd ../../../../
done
- name: Tag and Build Pro plugins
- name: Build Pro plugins
run: |
yarn config set registry https://registry.npmjs.org/
yarn install