[change] lock xgen version

This commit is contained in:
Max 2022-10-15 20:31:18 +08:00
parent 26d3f8d8a5
commit b6e3035757
3 changed files with 3 additions and 0 deletions

View file

@ -76,6 +76,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: yaoapp/xgen-next
ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
path: xgen-v1.0
- name: Move Kun, Xun, Gou, UI, V8Go

View file

@ -68,6 +68,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: yaoapp/xgen-next
ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
path: xgen-v1.0
- name: Move Kun, Xun, Gou, UI, V8Go

View file

@ -267,6 +267,7 @@ release: clean
# Building XGEN v1.0
export NODE_ENV=production
git clone https://github.com/YaoApp/xgen-next.git .tmp/xgen/v1.0
cd .tmp/xgen/v1.0 && git checkout 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68
echo "BASE=__yao_admin_root" > .tmp/xgen/v1.0/packages/xgen/.env
cd .tmp/xgen/v1.0 && pnpm install && pnpm run build