We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aead65d commit 17dcab9Copy full SHA for 17dcab9
.github/workflows/update-homebrew.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Update formula
32
run: |
33
chmod +x homebrew-tap/.github/scripts/update-homebrew.sh
34
- VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/scripts/update-homebrew.sh
+ VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/.github/scripts/update-homebrew.sh
35
36
- name: Commit and push
37
0 commit comments