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 d374f85 commit 3b74f0fCopy full SHA for 3b74f0f
.github/workflows/bump-patch-version.yml
@@ -2,7 +2,7 @@ name: Bump patch version
2
3
on:
4
push:
5
- branches: [ bm ]
+ branches: [ npm ]
6
7
jobs:
8
build-tasks:
@@ -31,7 +31,8 @@ jobs:
31
title: '[Release BOT] Bump patch version to ${{ env.PACKAGE_VERSION }}'
32
body: |
33
Bump patch version to ${{ env.PACKAGE_VERSION }}
34
- - Auto-generated by `patch-version-bump.yml` action
+ - Auto-generated by `bump-patch-version.yml` action
35
+ - Triggered ad you pushed some changes to npm branch
36
- name: Check outputs
37
if: ${{ steps.cpr.outputs.pull-request-number }}
38
run: |
0 commit comments