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 96141aa commit f5ba3e6Copy full SHA for f5ba3e6
.github/workflows/npm-publish.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 12
18
- - run: npm ci
19
- - run: npm test
+ - run: yarn install
+ - run: yarn test
20
21
publish-npm:
22
needs: build
@@ -27,7 +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}}
@@ -41,7 +41,7 @@ jobs:
41
42
43
registry-url: https://npm.pkg.github.com/
44
45
46
47
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments