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 1c39189 commit cc8d2cbCopy full SHA for cc8d2cb
.github/workflows/npmpublish.yml
@@ -29,6 +29,6 @@ jobs:
29
node-version: 12
30
registry-url: https://registry.npmjs.org/
31
- run: npm ci
32
- - run: npm publish
+ - run: npm run publish-core
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments