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 357d7c3 commit 7c56d66Copy full SHA for 7c56d66
.github/workflows/main_workflow.yml
@@ -115,4 +115,4 @@ jobs:
115
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') }}
116
env:
117
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
118
- run: npm run publish --ws
+ run: npm publish --ws
0 commit comments