We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a748eb4 commit 9120584Copy full SHA for 9120584
.github/workflows/cd.yaml
@@ -108,6 +108,6 @@ jobs:
108
109
- name: Update homebrew formula
110
if: steps.get_branch.outputs.branch == 'main' && inputs.production_release == 'true'
111
- run: scripts/update-brew-formula.sh "dist/helloworld-*-py3-none-any.whl" "daniel-makerx/homebrew-tap"
+ run: scripts/update-brew-formula.sh "dist/helloworld-*-py3-none-any.whl" "daniel-makerx/homebrew-core"
112
env:
113
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
0 commit comments