mirror of
https://github.com/tj-actions/branch-names.git
synced 2024-11-23 19:53:50 +08:00
Update sync-release-version.yml
This commit is contained in:
parent
93fe339d55
commit
8c72ffde4d
2
.github/workflows/sync-release-version.yml
vendored
2
.github/workflows/sync-release-version.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
base: "master"
|
||||
base: "main"
|
||||
title: "Upgraded to ${{ steps.bumpversion.outputs.new_version }}"
|
||||
branch: "upgrade-to-${{ steps.bumpversion.outputs.new_version }}"
|
||||
commit-message: "Upgraded from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user