Skip to content

Commit

Permalink
fix: correct github commands
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 13, 2022
1 parent 8d1e2cb commit 8cfa63b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,7 @@ runs:
shell: bash
if: ${{ github.ref_name == 'main' && steps.release-please.outputs.release_created }}
run: |
git rebase main origin/dev
git checkout -b dev || true
git checkout dev
git rebase main --onto dev
git push --set-upstream origin dev

0 comments on commit 8cfa63b

Please sign in to comment.