From f4799980e84674b09f28f428de9c8a24ce1cf0d1 Mon Sep 17 00:00:00 2001 From: xilesun <2013xile@gmail.com> Date: Fri, 8 Nov 2024 12:33:48 +0800 Subject: [PATCH] chore: update --- .github/workflows/manual-release-major.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-release-major.yml b/.github/workflows/manual-release-major.yml index 497bc4da29..8007c93000 100644 --- a/.github/workflows/manual-release-major.yml +++ b/.github/workflows/manual-release-major.yml @@ -44,7 +44,7 @@ jobs: - name: Clone pro repos shell: bash 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 git clone https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo done @@ -62,7 +62,7 @@ jobs: echo "pro-plugins" >> .git/info/exclude cd ./packages/pro-plugins 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 echo "@nocobase/$repo" >> .git/info/exclude done