Skip to content

Commit 3b74f0f

Browse files
committed
fix: auto bump patch version
1 parent d374f85 commit 3b74f0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump-patch-version.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bump patch version
22

33
on:
44
push:
5-
branches: [ bm ]
5+
branches: [ npm ]
66

77
jobs:
88
build-tasks:
@@ -31,7 +31,8 @@ jobs:
3131
title: '[Release BOT] Bump patch version to ${{ env.PACKAGE_VERSION }}'
3232
body: |
3333
Bump patch version to ${{ env.PACKAGE_VERSION }}
34-
- Auto-generated by `patch-version-bump.yml` action
34+
- Auto-generated by `bump-patch-version.yml` action
35+
- Triggered ad you pushed some changes to npm branch
3536
- name: Check outputs
3637
if: ${{ steps.cpr.outputs.pull-request-number }}
3738
run: |

0 commit comments

Comments
 (0)