Skip to content

Commit

Permalink
internal release test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma committed Mar 5, 2024
1 parent 9027410 commit 8c67cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prep-internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
- name: Create release branch starting point
run: |
git fetch
git branch -a
git push origin refs/remotes/origin/${{ github.event.inputs.prev_branch_name }}:${{ github.event.inputs.release_branch_name }}
git push origin refs/remotes/origin/${{ github.event.inputs.prev_branch_name }}:refs/heads/${{ github.event.inputs.release_branch_name }}
- name: Create PR to release branch
run: |
Expand Down

0 comments on commit 8c67cb9

Please sign in to comment.