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 eb7835b commit e08c6aaCopy full SHA for e08c6aa
.github/workflows/release.yaml
@@ -35,5 +35,5 @@ jobs:
35
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","hidden":false},{"type":"deps","section":"Dependency update","hidden":false}]'
36
bump-minor-pre-major: true
37
- run: npm publish
38
- # if: ${{ steps.release.outputs.release_created }}
+ if: ${{ steps.release.outputs.release_created }}
39
shell: bash
0 commit comments