mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:16:08 +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
|
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
|
||||||
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user