Skip to content

Commit

Permalink
fix naming bump type (#4732)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft authored Jun 14, 2024
1 parent 04bc499 commit d1ae439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-prerelease-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
- name: Hop into new branch
id: groombranch
run: |
git checkout -b groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}
echo "groombranch=groom-changelog-${{github.event.inputs.bumptype}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
git checkout -b groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}
echo "groombranch=groom-changelog-${{github.event.inputs.bump_type}}/${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
- name: Add trivial changefile so CI does not complain about the CHANGELOG grooming PR
run: |
Expand Down

0 comments on commit d1ae439

Please sign in to comment.