Skip to content

Commit 3ba3014

Browse files
committed
fix gh workflow - homebrew
1 parent 35bf755 commit 3ba3014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393

9494
- name: Update Homebrew formula
9595
run: |
96+
git checkout main
97+
git pull origin main
98+
9699
# get the sha256 checksum for the binary (macOS arm64)
97100
SHA256=$(grep ignore-darwin-arm64-${{ env.tag }} build/checksums.txt | cut -d' ' -f1)
98101

0 commit comments

Comments
 (0)