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 777b087 commit 0350534Copy full SHA for 0350534
.github/workflows/workflow.yml
@@ -57,7 +57,7 @@ jobs:
57
env:
58
GH_TOKEN: ${{ secrets.GH_TOKEN }}
59
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60
- run: npx semantic-release
+ run: npx semantic-release --debug
61
- name: Generate docs
62
run: |
63
npm run generate-docs
0 commit comments