From ccd12346aed76527aa1a7f308627e2a91695b1bc Mon Sep 17 00:00:00 2001 From: ienaga Date: Fri, 12 May 2023 23:03:00 +0900 Subject: [PATCH] publish test --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8f5c34..4760da1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,8 +14,6 @@ jobs: with: node-version: "18.x" registry-url: "https://registry.npmjs.org" - - run: npm install - - run: npm run build - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }} \ No newline at end of file