From 96c1222c3e68fd08c8850d4252d4dfc2f0efe94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=97=AD=E6=B5=B7?= Date: Wed, 24 May 2023 10:23:13 +0800 Subject: [PATCH] Update publish_npm.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李旭海 --- .github/workflows/publish_npm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish_npm.yaml b/.github/workflows/publish_npm.yaml index de4c139..b9d8ed4 100644 --- a/.github/workflows/publish_npm.yaml +++ b/.github/workflows/publish_npm.yaml @@ -30,7 +30,6 @@ jobs: run: | npm cache clean --force npm install @openapitools/openapi-generator-cli -g - make build - run: npm i - run: npm run start - run: npm publish -W