fix(release): make ClawHub publish best effort#2441
Closed
OneStepAt4time wants to merge 2 commits into
Closed
Conversation
Use the owned ClawHub slug and keep the optional ClawHub channel from failing the whole release when the external registry rejects a publish. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Author
|
Closing as superseded: #2440 was merged to main and now contains the same desired release workflow state (ClawHub best-effort + onestep-aegis slug). This PR has no remaining file diff. |
Contributor
There was a problem hiding this comment.
✅ Approved. Promotion of ClawHub best-effort fix (#2440) from develop → main. CI green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
onestep-aegisClawHub slug from fix(ci): use onestep-aegis slug for ClawHub publish #2439continue-on-errorValidation
npx --yes js-yaml .github/workflows/release.ymlactionlint .github/workflows/release.ymlgit diff --checkRelease context
v0.6.6-previewpublished all critical artifacts successfully, but the release workflow is red becausepublish-clawhubfailed with an external slug ownership error. This hotfix prevents that optional channel from making future release runs fail.Main-target exception
This targets
mainintentionally as a release hotfix because the production tag workflow already failed onmain. It still requires human authorization/review before merge.