Skip to content

Commit 34726a5

Browse files
committed
release brew tag
1 parent cfc321f commit 34726a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/brew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git clone "https://x-access-token:${HOMEBREW_TAP_GITHUB_TOKEN}@github.com/${TAP_REPOSITORY}.git" /tmp/homebrew-tap
6565
mkdir -p /tmp/homebrew-tap/Formula
6666
67-
./scripts/render-homebrew-formula.sh "${TAG}" "${SHA256}" > /tmp/homebrew-tap/Formula/ko-browser.rb
67+
bash ./scripts/render-homebrew-formula.sh "${TAG}" "${SHA256}" > /tmp/homebrew-tap/Formula/ko-browser.rb
6868
6969
cd /tmp/homebrew-tap
7070
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)