From 090e765d11e226ca0521d973b0378939359e9c9c Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Mon, 19 Feb 2024 14:08:38 +0800 Subject: [PATCH] fix: release.yml (#253) --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af0501a..814ec16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,14 +3,10 @@ on: push: branches: [ master, 5.x ] - workflow_dispatch: {} - jobs: release: name: Node.js - uses: node-modules/github-actions/.github/workflows/node-release.yml@master + uses: eggjs/github-actions/.github/workflows/node-release.yml@master secrets: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} GIT_TOKEN: ${{ secrets.GIT_TOKEN }} - with: - checkTest: false