Skip to content

Commit

Permalink
Update workflow to merge to base branch from the pull request instead…
Browse files Browse the repository at this point in the history
… of hardcoded one
  • Loading branch information
donhardman committed Feb 3, 2023
1 parent bbbe615 commit 87630ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: Homebrew/actions/git-try-push@master
with:
token: ${{ github.token }}
branch: release_candidate
branch: ${{ github.base_ref }}

- name: Delete branch
if: github.event.pull_request.head.repo.fork == false
Expand Down

0 comments on commit 87630ac

Please sign in to comment.