Skip to content

Commit a979b82

Browse files
committed
fix branch in publis.yml
1 parent e0a6a9f commit a979b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: Homebrew/actions/git-try-push@master
2525
with:
2626
token: ${{ github.token }}
27-
branch: main
27+
branch: master
2828

2929
- name: Delete branch
3030
if: github.event.pull_request.head.repo.fork == false

0 commit comments

Comments
 (0)