Skip to content

Commit

Permalink
Change branch name to make publish step pass
Browse files Browse the repository at this point in the history
  • Loading branch information
knazarov committed Mar 16, 2021
1 parent 1c139fe commit 3f7b1a8
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: main
branch: master

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

0 comments on commit 3f7b1a8

Please sign in to comment.