Skip to content

Commit e08c6aa

Browse files
authored
chore: updated npm publish (#111)
1 parent eb7835b commit e08c6aa

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)