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 a78a311 commit 7404ed0Copy full SHA for 7404ed0
.github/workflows/npm-publish.yml
@@ -25,7 +25,6 @@ jobs:
25
with:
26
node-version: 12
27
registry-url: https://registry.npmjs.org/
28
- - run: npm ci
29
- run: npm publish
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -39,7 +38,6 @@ jobs:
39
38
40
41
registry-url: https://npm.pkg.github.com/
42
43
44
45
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments