From 8ea16bf4e9705e10a227de4fbef4f8a67b5e3cbb Mon Sep 17 00:00:00 2001 From: Killer Boss Original <73131550+killerbossoriginal@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:45:08 +0200 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 473f4db..d7df9ea 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -20,21 +20,3 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} REGISTRY1: 'registry.npmjs.org' REGISTRY2: 'registry=https://registry.npmjs.org/' - - Publish-GitHub-NPM: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - name: Setup Node - uses: actions/setup-node@v2 - with: - node-version: '16.x' - registry-url: 'https://npm.pkg.github.com' - scope: '@thundernetworkrad' - - name: Publish package on NPM 📦 - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.GP_TOKEN }} - REGISTRY1: 'npm.pkg.github.com' - REGISTRY2: '@thundernetworkrad:registry=https://npm.pkg.github.com'