Skip to content

Commit 776083c

Browse files
committed
ci(publish): change commit message on release
1 parent f906b89 commit 776083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run lint && npm run prettier
3030

3131
- name: Version package
32-
run: npm version ${{ github.event.release.tag_name }}
32+
run: 'npm version ${{ github.event.release.tag_name }} -m "chore(release): bump version %s"'
3333

3434
- name: Publish to NPM
3535
run: npm publish

0 commit comments

Comments
 (0)