From cc068502d2b6aa02ac9363425b60b5dfad8c925f Mon Sep 17 00:00:00 2001 From: Harry-zklcdc Date: Sat, 15 Jun 2024 18:08:13 +0800 Subject: [PATCH] =?UTF-8?q?[Fix]=20=F0=9F=90=9B=20Mutil=20`AUTH=5FKEY`=20i?= =?UTF-8?q?n=20Cloudflare=20Deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cloudflare-worker-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloudflare-worker-deploy.yml b/.github/workflows/cloudflare-worker-deploy.yml index 1cf08bcea3..5ec111c903 100644 --- a/.github/workflows/cloudflare-worker-deploy.yml +++ b/.github/workflows/cloudflare-worker-deploy.yml @@ -17,11 +17,11 @@ jobs: with: run_install: true version: 9 - - name: build - 构建 + - name: Build run: pnpm run build-worker - - name: Build & Deploy Worker + - name: Deploy Worker uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} - command: 'deploy --keep-vars --no-bundle' \ No newline at end of file + command: 'deploy --keep-vars' \ No newline at end of file