mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:36:42 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
60c03d3d44
1
.github/workflows/release-next.yml
vendored
1
.github/workflows/release-next.yml
vendored
@ -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
|
||||
done
|
||||
- name: Build Pro plugins
|
||||
continue-on-error: true
|
||||
run: |
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
done
|
||||
- name: Build Pro plugins
|
||||
continue-on-error: true
|
||||
run: |
|
||||
yarn config set registry https://registry.npmjs.org/
|
||||
yarn install
|
||||
|
Loading…
Reference in New Issue
Block a user