mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 06:32:51 +00:00
chore: update
This commit is contained in:
parent
9f686cfbfd
commit
f4799980e8
4
.github/workflows/manual-release-major.yml
vendored
4
.github/workflows/manual-release-major.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
- name: Clone pro repos
|
- name: Clone pro repos
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }} ${{ join(fromJSON(vars.CUSTOM_PRO_PLUGIN_REPOS), ' ') }}
|
for repo in ${{ join(fromJSON(vars.NEXT_PRO_PLUGIN_REPOS), ' ') }} ${{ join(fromJSON(vars.CUSTOM_PRO_PLUGIN_REPOS), ' ') }}
|
||||||
do
|
do
|
||||||
git clone https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
git clone https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
|
||||||
done
|
done
|
||||||
@ -62,7 +62,7 @@ jobs:
|
|||||||
echo "pro-plugins" >> .git/info/exclude
|
echo "pro-plugins" >> .git/info/exclude
|
||||||
cd ./packages/pro-plugins
|
cd ./packages/pro-plugins
|
||||||
git checkout main
|
git checkout main
|
||||||
for repo in ${{ join(fromJSON(vars.PRO_PLUGIN_REPOS), ' ') }} ${{ join(fromJSON(vars.CUSTOM_PRO_PLUGIN_REPOS), ' ') }}
|
for repo in ${{ join(fromJSON(vars.NEXT_PRO_PLUGIN_REPOS), ' ') }} ${{ join(fromJSON(vars.CUSTOM_PRO_PLUGIN_REPOS), ' ') }}
|
||||||
do
|
do
|
||||||
echo "@nocobase/$repo" >> .git/info/exclude
|
echo "@nocobase/$repo" >> .git/info/exclude
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user