Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions scripts/publish-packages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,13 @@ async function publishToClawhub({ dir, clawhub }) {
version,
"--tags",
"latest",
// The `lobu` ClawHub slug has a trusted-publisher config, so ClawHub
// treats this scripted CLI publish as a "manual" publish and requires an
// explicit override reason. The synchronized npm + ClawHub release is
// driven by this script (publish-packages.mjs) from the OIDC release
// workflow, so document that as the override reason.
"--manual-override-reason",
"synchronized npm + ClawHub release via scripts/publish-packages.mjs (publish-packages.yml)",
"--source-repo",
CLAWHUB_SOURCE_REPO,
"--source-commit",
Expand Down
Loading