From 3d1fc889448634b1ae24e801145b7f84a79ca1b9 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Tue, 15 Jun 2021 15:45:14 +0700 Subject: [PATCH] feat: remove npm registry --- .github/workflows/npm-publish.yml | 15 --------------- .npmrc | 1 - 2 files changed, 16 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d7a1b89..78937e0 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,21 +16,6 @@ jobs: with: node-version: 14 - run: npm ci - - publish-npm: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 14 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} - publish-gpr: needs: build runs-on: ubuntu-latest diff --git a/.npmrc b/.npmrc index f6d0919..747a1f6 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ @ChoTotOSS:registry=https://npm.pkg.github.com -//npm.pkg.github.com/:_authToken={{TOKEN}}