We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3861df7 commit 3d1fc88Copy full SHA for 3d1fc88
.github/workflows/npm-publish.yml
@@ -16,21 +16,6 @@ jobs:
16
with:
17
node-version: 14
18
- 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
34
publish-gpr:
35
needs: build
36
runs-on: ubuntu-latest
.npmrc
@@ -1,2 +1 @@
1
@ChoTotOSS:registry=https://npm.pkg.github.com
2
-//npm.pkg.github.com/:_authToken={{TOKEN}}
0 commit comments