diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 8d040c5..f45c361 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -36,6 +36,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: base: master + title: Bump version to ${{ steps.ver.outputs.version }} commit-message: | Bump version to ${{ steps.ver.outputs.version }} branch: bump-version-to-${{ steps.ver.outputs.version }}