Skip to content

Commit

Permalink
feat: remove npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnht-chotot committed Jun 15, 2021
1 parent 3861df7 commit 3d1fc88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
@ChoTotOSS:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken={{TOKEN}}

0 comments on commit 3d1fc88

Please sign in to comment.