Skip to content

Commit ab8a050

Browse files
committed
chore: updated npm publish
1 parent 4f091b2 commit ab8a050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
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}]'
3636
bump-minor-pre-major: true
3737
- run: npm publish
38-
# if: ${{ steps.release.outputs.release_created }}
38+
if: ${{ steps.release.outputs.release_created }}
3939
shell: bash

0 commit comments

Comments
 (0)