Skip to content

Commit

Permalink
Merge pull request #114 from TNG/fix-bump-version-PR
Browse files Browse the repository at this point in the history
fix: set correct branch name in github workflow for bump version PR
  • Loading branch information
alexzurbonsen authored Feb 5, 2025
2 parents f70728f + 2ed9ad7 commit 2bc7989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-version-bump-PR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
commit-message: 'Bump version to ${{ github.event.inputs.version }}'
title: 'Bump version to ${{ github.event.inputs.version }}'
body: 'This PR bumps the version to ${{ github.event.inputs.version }}'
branch: '${BRANCH}'
branch: 'bump-version-${{ github.event.inputs.version }}'
base: ${{ github.event.inputs.base }}
labels: 'version-bump'
assignees: 'alexzurbonsen'
Expand Down

0 comments on commit 2bc7989

Please sign in to comment.