diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 9d52bbff..33fe6e1b 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v2 with: repository: yaoapp/xgen-next - ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68 + # ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68 path: xgen-v1.0 - name: Move Kun, Xun, Gou, UI, V8Go diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 3d56a4f8..17ed1534 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v2 with: repository: yaoapp/xgen-next - ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68 + # ref: 9ce17a22904b3f09de90f08abbbdaf42f6b0ef68 path: xgen-v1.0 - name: Move Kun, Xun, Gou, UI, V8Go diff --git a/Makefile b/Makefile index 836ae610..f14354ad 100644 --- a/Makefile +++ b/Makefile @@ -267,7 +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 +# 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