Skip to content

Commit 17dcab9

Browse files
committed
path type (diff)
1 parent aead65d commit 17dcab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Update formula
3232
run: |
3333
chmod +x homebrew-tap/.github/scripts/update-homebrew.sh
34-
VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/scripts/update-homebrew.sh
34+
VERSION=${{ steps.get_version.outputs.version }} ./homebrew-tap/.github/scripts/update-homebrew.sh
3535
3636
- name: Commit and push
3737
run: |

0 commit comments

Comments
 (0)