From 6bddbee1d0f04fc22a1d2f6524da80159260bf80 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Fri, 19 Nov 2021 12:16:37 +0530 Subject: [PATCH] Delete npm-publish.yml --- .github/workflows/npm-publish.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/npm-publish.yml diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml deleted file mode 100644 index 4d52917..0000000 --- a/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Node.js Package -on: - release: - types: [created] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v2 - with: - node-version: 16 - registry-url: 'https://registry.npmjs.org' - - run: npm install - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}