Skip to content

Commit

Permalink
ci: try default branch args
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Jan 12, 2024
1 parent 2c5f4bd commit 4b9e9ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ jobs:
git commit -m "chore: bump changelog & version after release of ${{ github.ref_name }}"
git push --set-upstream origin ${{ env.BRANCH }}
default_branch=$(git remote show origin | sed -n '/HEAD branch/s/.*: //p')
gh pr create \
--base master \
--head ${{ env.BRANCH }} \
--fill-first
- name: Clean up release-draft branch
Expand Down

0 comments on commit 4b9e9ed

Please sign in to comment.