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 174982f commit aead65dCopy full SHA for aead65d
.github/workflows/update-homebrew.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Update formula
32
run: |
33
- chmod +x homebrew-tap/scripts/update-homebrew.sh
+ chmod +x homebrew-tap/.github/scripts/update-homebrew.sh
34
VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/scripts/update-homebrew.sh
35
36
- name: Commit and push
0 commit comments