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 17dcab9 commit d516374Copy full SHA for d516374
.github/workflows/update-homebrew.yml
@@ -30,8 +30,9 @@ jobs:
30
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/.github/scripts/update-homebrew.sh
+ cd homebrew-tap
+ chmod +x .github/scripts/update-homebrew.sh
35
+ VERSION=${{ steps.get_version.outputs.version }} ./.github/scripts/update-homebrew.sh
36
37
- name: Commit and push
38
0 commit comments