Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-27 00:32:00 +00:00
commit 60c03d3d44
2 changed files with 0 additions and 2 deletions

View File

@ -108,7 +108,6 @@ jobs:
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: Build Pro plugins - name: Build Pro plugins
continue-on-error: true
run: | run: |
yarn config set registry https://registry.npmjs.org/ yarn config set registry https://registry.npmjs.org/
yarn install yarn install

View File

@ -81,7 +81,6 @@ jobs:
git clone -b main https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo git clone -b main https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/nocobase/$repo.git packages/pro-plugins/@nocobase/$repo
done done
- name: Build Pro plugins - name: Build Pro plugins
continue-on-error: true
run: | run: |
yarn config set registry https://registry.npmjs.org/ yarn config set registry https://registry.npmjs.org/
yarn install yarn install