Skip to content

ci: add Hermes plugin publish workflow to main#1443

Merged
hijzy merged 1 commit intoMemTensor:mainfrom
syzsunshine219:add-hermes-workflow
Apr 9, 2026
Merged

ci: add Hermes plugin publish workflow to main#1443
hijzy merged 1 commit intoMemTensor:mainfrom
syzsunshine219:add-hermes-workflow

Conversation

@syzsunshine219
Copy link
Copy Markdown
Collaborator

@syzsunshine219 syzsunshine219 commented Apr 9, 2026

Summary

  • Add .github/workflows/hermes-plugin-publish.yml to main so it appears in the GitHub Actions UI
  • The workflow itself uses workflow_dispatch, and when triggered the user can select which branch to run on (e.g. openclaw-local-plugin-20260408)

Why

GitHub only discovers workflow_dispatch workflows 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-20260408 branch.

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
@hijzy hijzy merged commit 45f4c1b into MemTensor:main Apr 9, 2026
16 checks passed
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