From 954f7511529f250de64c87d8f83c6126c3488730 Mon Sep 17 00:00:00 2001 From: j m <1406993111@qq.com> Date: Sun, 29 Dec 2024 09:45:00 +0800 Subject: [PATCH] 1.3.6 --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40b3795..0316bfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,8 +55,6 @@ jobs: - name: Build if: ${{ env.branch_type == 'master' }} run: npm run release --tag=${{ env.version }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 如果是master分支,创建latest的Release,否则创建 预览版 - name: Create Release