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 c830361 commit 41b9318Copy full SHA for 41b9318
.github/workflows/npm-publish.yml
@@ -16,6 +16,6 @@ jobs:
16
registry-url: https://registry.npmjs.org/
17
- run: yarn install
18
- run: yarn dev:build
19
- - run: yarn publish
+ - run: npm publish
20
env:
21
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments