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 eb5b33c commit ead22b9Copy full SHA for ead22b9
.github/workflows/npm-publish.yml
@@ -15,7 +15,6 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 12
18
- - run: npm ci
19
20
publish-npm:
21
needs: build
@@ -26,7 +25,6 @@ jobs:
26
25
27
28
registry-url: https://registry.npmjs.org/
29
30
- run: npm publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -40,7 +38,6 @@ jobs:
40
38
41
39
42
registry-url: https://npm.pkg.github.com/
43
44
45
46
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments