We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a9a62a + fa99f13 commit d4f3c91Copy full SHA for d4f3c91
.github/workflows/release.yml
@@ -108,4 +108,5 @@ jobs:
108
title: Bump version to ${{ steps.bump-patch-version.outputs.next_version }}
109
body: This PR was automatically generated by the GitHub Actions release workflow in this repository.
110
branch: ${{ format('version/bump-to-{0}', steps.bump-patch-version.outputs.next_version) }}
111
- branch-suffix: none
+ branch-suffix: none
112
+ base: master
0 commit comments