ci: point imsg tap updates at openclaw release repo

This commit is contained in:
Peter Steinberger 2026-05-08 05:00:28 +01:00
parent 53b4ada222
commit 03be1d9483
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ jobs:
--ref main \
-f formula=imsg \
-f tag="$RELEASE_TAG" \
-f repository=steipete/imsg \
-f repository=openclaw/imsg \
-f macos_artifact=imsg-macos.zip \
-f request_id="$request_id"

View File

@ -13,7 +13,7 @@ gh workflow run update-formula.yml \
--ref main \
-f formula=imsg \
-f tag="$TAG" \
-f repository=steipete/imsg \
-f repository=openclaw/imsg \
-f macos_artifact=imsg-macos.zip
echo "Homebrew tap update dispatched. Monitor: https://github.com/steipete/homebrew-tap/actions"