From 267e963058f51ad4ac489a46ac9468cf91063fdf Mon Sep 17 00:00:00 2001 From: "C++, JS, TS, Python Developer" <65385476+killer069@users.noreply.github.com> Date: Sat, 21 Aug 2021 15:24:16 +0530 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8d3632c..1b7d373 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,17 +17,6 @@ jobs: node-version: 16 - run: npm ci - run: npm run build - - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 16 - registry-url: https://registry.npmjs.org/ - - run: npm ci - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}