We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3f48f commit 8757526Copy full SHA for 8757526
.github/workflows/build-release.yml
@@ -124,6 +124,6 @@ jobs:
124
formula-path: src/tools/homebrew/Formula/flow-php.rb
125
homebrew-tap: stloyd/flow
126
base-branch: feature/homebrew
127
- download-url: https://github.com/flow-php/flow/releases/download/${{ steps.get_version.outputs.version }}/flow.phar
+ download-url: https://github.com/stloyd/flow/releases/download/${{ steps.get_version.outputs.version }}/flow.phar
128
env:
129
COMMITTER_TOKEN: ${{ secrets.HOMEBREW_TAP_TOKEN }}
0 commit comments