Skip to content

Commit d1ae439

Browse files
fix naming bump type (#4732)
1 parent 04bc499 commit d1ae439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-prerelease-branch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
- name: Hop into new branch
142142
id: groombranch
143143
run: |
144-
git checkout -b groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}
145-
echo "groombranch=groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
144+
git checkout -b groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}
145+
echo "groombranch=groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
146146
147147
- name: Add trivial changefile so CI does not complain about the CHANGELOG grooming PR
148148
run: |

0 commit comments

Comments
 (0)