Skip to content

Commit d4f3c91

Browse files
authored
Merge pull request #199 from github/version-bump-fix
Base the version bump PR on master
2 parents 1a9a62a + fa99f13 commit d4f3c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ jobs:
108108
title: Bump version to ${{ steps.bump-patch-version.outputs.next_version }}
109109
body: This PR was automatically generated by the GitHub Actions release workflow in this repository.
110110
branch: ${{ format('version/bump-to-{0}', steps.bump-patch-version.outputs.next_version) }}
111-
branch-suffix: none
111+
branch-suffix: none
112+
base: master

0 commit comments

Comments
 (0)