Skip to content

Commit 3d1fc88

Browse files
committed
feat: remove npm registry
1 parent 3861df7 commit 3d1fc88

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,6 @@ jobs:
1616
with:
1717
node-version: 14
1818
- run: npm ci
19-
20-
publish-npm:
21-
needs: build
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: actions/checkout@v2
25-
- uses: actions/setup-node@v2
26-
with:
27-
node-version: 14
28-
registry-url: https://registry.npmjs.org/
29-
- run: npm ci
30-
- run: npm publish
31-
env:
32-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
33-
3419
publish-gpr:
3520
needs: build
3621
runs-on: ubuntu-latest

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
@ChoTotOSS:registry=https://npm.pkg.github.com
2-
//npm.pkg.github.com/:_authToken={{TOKEN}}

0 commit comments

Comments
 (0)