Skip to content

Commit 06bedc6

Browse files
committed
fix: homebrew update action in release
1 parent b73bd87 commit 06bedc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,11 +443,11 @@ jobs:
443443
SHA_LINUX="${{ steps.sha256.outputs.sha_linux }}"
444444
SHA_MACOS="${{ steps.sha256.outputs.sha_macos }}"
445445
446-
gh workflow run bump-formula.yml \
446+
gh workflow run bump_formula.yml \
447447
--repo flamingock/homebrew-tap \
448448
--ref master \
449449
--field version="${VERSION}" \
450450
--field sha256_linux="${SHA_LINUX}" \
451451
--field sha256_macos="${SHA_MACOS}"
452452
453-
echo "Triggered bump-formula workflow in flamingock/homebrew-tap for v${VERSION}"
453+
echo "Triggered bump_formula workflow in flamingock/homebrew-tap for v${VERSION}"

0 commit comments

Comments
 (0)