ci: add Hermes plugin publish workflow to main#1443
Merged
hijzy merged 1 commit intoMemTensor:mainfrom Apr 9, 2026
Merged
Conversation
Add workflow_dispatch workflow for building prebuilds and publishing @memtensor/memos-local-hermes-plugin to npm. Needs to be on default branch so GitHub Actions UI can discover it. Made-with: Cursor
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
.github/workflows/hermes-plugin-publish.ymltomainso it appears in the GitHub Actions UIworkflow_dispatch, and when triggered the user can select which branch to run on (e.g.openclaw-local-plugin-20260408)Why
GitHub only discovers
workflow_dispatchworkflows from the default branch (main). Without this, the workflow won't show up in the Actions tab even though it exists on feature branches.Note
This PR only adds the workflow YAML file — no code changes. The actual plugin code lives on the
openclaw-local-plugin-20260408branch.