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 b73bd87 commit 06bedc6Copy full SHA for 06bedc6
1 file changed
.github/workflows/release.yml
@@ -443,11 +443,11 @@ jobs:
443
SHA_LINUX="${{ steps.sha256.outputs.sha_linux }}"
444
SHA_MACOS="${{ steps.sha256.outputs.sha_macos }}"
445
446
- gh workflow run bump-formula.yml \
+ gh workflow run bump_formula.yml \
447
--repo flamingock/homebrew-tap \
448
--ref master \
449
--field version="${VERSION}" \
450
--field sha256_linux="${SHA_LINUX}" \
451
--field sha256_macos="${SHA_MACOS}"
452
453
- echo "Triggered bump-formula workflow in flamingock/homebrew-tap for v${VERSION}"
+ echo "Triggered bump_formula workflow in flamingock/homebrew-tap for v${VERSION}"
0 commit comments