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 0e0b509 commit d399972Copy full SHA for d399972
.github/workflows/publish.yml
@@ -24,6 +24,6 @@ jobs:
24
env:
25
TAG_NAME: ${{ github.event.release.tag_name }}
26
- run: npm run generate; npm run readme
27
- - run: npm --provenance --access public
+ - run: npm publish --provenance --access public
28
29
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments