ci: replace hermes-plugin-publish with memos-local-plugin-publish for V2#1730
Merged
Merged
Conversation
fccb1c7 to
fe0f702
Compare
- Rename workflow file to memos-local-plugin-publish.yml - Display name: MemOS Local Plugin (V2) — Build & Publish - Remove all hermes/openclaw naming from workflow - Add git_ref input to pin branch/tag/SHA - Add concurrency group - Generate telemetry credentials step (from secrets) - Git tag format: memos-local-plugin-v<version> This is the single workflow for publishing @memtensor/memos-local-plugin. Co-authored-by: Cursor <cursoragent@cursor.com>
fe0f702 to
ab3b820
Compare
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
Replace the legacy
hermes-plugin-publish.ymlwithmemos-local-plugin-publish.ymlas the sole publish workflow for the V2 unified plugin@memtensor/memos-local-plugin..github/workflows/memos-local-plugin-publish.ymlMemOS Local Plugin (V2) — Build & Publishgit_refinput to pin a specific branch, tag, or SHAconcurrencygroup to prevent overlapping publishesGenerate telemetry credentialsstep (reads from repo secrets)memos-local-plugin-v<version>Changed files
.github/workflows/hermes-plugin-publish.yml.github/workflows/memos-local-plugin-publish.ymlNo business logic changes — CI workflow configuration only.