Skip to content

Commit

Permalink
fix: explicitily set upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored and steveoh committed Oct 3, 2022
1 parent 3d64082 commit 88b7f33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ runs:
shell: bash
if: ${{ github.ref_name == 'main' && steps.release-please.outputs.release_created }}
run: |
git checkout -b dev || true
git checkout dev
git checkout -b dev --track origin/dev
git rebase main
git push --set-upstream origin dev
git push

0 comments on commit 88b7f33

Please sign in to comment.