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 36cdec6 commit 7b31591Copy full SHA for 7b31591
.github/workflows/npm-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
node-version: 12
18
- - run: npm ci
+ - run: npm install
19
- run: npm test
20
21
publish-npm:
@@ -27,24 +27,7 @@ jobs:
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- - run: npm publish
32
- env:
33
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
34
-
35
- publish-gpr:
36
- needs: build
37
- runs-on: ubuntu-latest
38
- permissions:
39
- contents: read
40
- packages: write
41
- steps:
42
- - uses: actions/checkout@v2
43
- - uses: actions/setup-node@v2
44
- with:
45
- node-version: 12
46
- registry-url: https://npm.pkg.github.com/
47
48
- run: npm publish
49
env:
50
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments