Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
rej55 authored Jan 21, 2025
1 parent 7a80ced commit 20cf315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-version-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Create target branch
run: |
git checkout origin/main
git checkout -b tmp/bot/bump_version
git checkout -b chore/bot/bump_version
git merge tmp/bot/bump_version_base
git push origin tmp/bot/bump_version --force
git push origin chore/bot/bump_version --force
shell: bash

- name: Create PR
Expand All @@ -75,6 +75,6 @@ jobs:
--base=main
--body="Bump version to ${{ steps.bump-version-from-humble-branch.outputs.version }}"
--title="chore: bump version to ${{ steps.bump-version-from-humble-branch.outputs.version }}"
--head=tmp/bot/bump_version
--head=chore/bot/bump_version
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit 20cf315

Please sign in to comment.