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 ffe8243 commit e2ba2e4Copy full SHA for e2ba2e4
.github/workflows/npm-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
with:
37
node-version: 12
38
registry-url: https://registry.npmjs.org/
39
- - run: yarn install --silent
+ - run: yarn install; exit 0
40
- run: yarn build
41
- run: npm publish
42
env:
@@ -51,7 +51,7 @@ jobs:
51
52
53
registry-url: https://npm.pkg.github.com/
54
55
56
57
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments