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 538ca57 commit a607545Copy full SHA for a607545
.github/workflows/publish.yml
@@ -15,6 +15,6 @@ jobs:
15
registry-url: https://registry.npmjs.org/
16
- run: npm install
17
- run: npm run build
18
- - run: npm run publish
+ - run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments