Skip to content

Commit

Permalink
fix: brew multi arch wrong env variable (#219)
Browse files Browse the repository at this point in the history
* added script to create homebrew formula to support multi arch

* cr fixes

* renamed env variable
  • Loading branch information
nadav-legit authored Jul 25, 2023
1 parent c7d19ab commit bd3f919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: update brew formula
env:
# Required token to create a pull request in the tap repository
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
GITHUB_USER: ${{ secrets.HOMEBREW_TAP_GITHUB_USER }}
run: |
python3 scripts/gen-brew-multi-arch.py ${{ steps.artifact_name.outputs.version }} ${{ steps.artifact_name.outputs.brew_intel_files_sha }} ${{ steps.artifact_name.outputs.brew_arm_files_sha }}
Expand Down

0 comments on commit bd3f919

Please sign in to comment.