Skip to content

fix clawhub publish username - #36

Merged
bernoussama merged 1 commit into
masterfrom
support/openclaw
Jun 1, 2026
Merged

fix clawhub publish username#36
bernoussama merged 1 commit into
masterfrom
support/openclaw

Conversation

@bernoussama

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings June 1, 2026 01:12
@bernoussama
bernoussama merged commit 200e071 into master Jun 1, 2026
1 of 2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 48eea57dfd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


- name: Publish ClawHub bundle
run: pnpm dlx clawhub@0.18.0 package publish ./packages/cli --family bundle-plugin --owner clankeroverflow
run: pnpm dlx clawhub@0.18.0 package publish ./packages/cli --family bundle-plugin --owner bernoussama

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use the matching ClawHub owner for the scoped package

For every CLI release, this publishes the local ./packages/cli folder whose detected package name is @clankeroverflow/cli (packages/cli/package.json:2) under bernoussama. The pinned ClawHub 0.18.0 documentation states that --owner selects the publisher and that scoped package names must match the selected owner. Because the validation dry-run at line 54 does not pass this owner, validation can succeed and the live publish will only fail after the npm staging step. Keep --owner clankeroverflow, or explicitly change the published package name if a personal publisher is intended.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants