Skip to content

Commit 85bdd8e

Browse files
committed
Fix branch name
1 parent ffad43b commit 85bdd8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ jobs:
145145
- name: Checkout main branch
146146
run: |
147147
# Checkout the main branch (tags are in detached HEAD state)
148-
git checkout main
149-
git pull origin main
148+
git checkout develop
149+
git pull origin develop
150150
151151
- name: Update Homebrew formula
152152
run: |

0 commit comments

Comments
 (0)