Skip to content

Commit 212791c

Browse files
fix messages on trigger-release.yml
1 parent 61a4e4c commit 212791c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trigger-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: true
1313
jobs:
1414
release-version:
15-
name: Bump Package Version
15+
name: Create git tag
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
mvn versions:set -DnewVersion="${{ github.event.inputs.release-version }}"
3131
git add .
32-
git commit -m "Release ${{ github.event.inputs.release-version }}"
32+
git commit -m "Prepare release ${{ github.event.inputs.release-version }}"
3333
git push origin master
3434
- name: Create tag
3535
run: |

0 commit comments

Comments
 (0)