Commit e0ef84d
authored
ci: replace hermes-plugin-publish with memos-local-plugin-publish for V2 (#1730)
## Summary
Replace the legacy `hermes-plugin-publish.yml` with
`memos-local-plugin-publish.yml` as the sole publish workflow for the V2
unified plugin `@memtensor/memos-local-plugin`.
- **File**: `.github/workflows/memos-local-plugin-publish.yml`
- **Actions display name**: `MemOS Local Plugin (V2) — Build & Publish`
- Remove all hermes / openclaw naming
- Add optional `git_ref` input to pin a specific branch, tag, or SHA
- Add `concurrency` group to prevent overlapping publishes
- Include `Generate telemetry credentials` step (reads from repo
secrets)
- Git tag format: `memos-local-plugin-v<version>`
## Changed files
- Deleted `.github/workflows/hermes-plugin-publish.yml`
- Added `.github/workflows/memos-local-plugin-publish.yml`
No business logic changes — CI workflow configuration only.1 file changed
Lines changed: 20 additions & 8 deletions
Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
| 45 | + | |
| 46 | + | |
37 | 47 | | |
38 | 48 | | |
39 | 49 | | |
| |||
56 | 66 | | |
57 | 67 | | |
58 | 68 | | |
59 | | - | |
| 69 | + | |
60 | 70 | | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
66 | 76 | | |
| 77 | + | |
| 78 | + | |
67 | 79 | | |
68 | 80 | | |
69 | 81 | | |
| |||
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
77 | | - | |
| 89 | + | |
78 | 90 | | |
79 | 91 | | |
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
83 | | - | |
84 | | - | |
| 95 | + | |
| 96 | + | |
85 | 97 | | |
86 | 98 | | |
87 | 99 | | |
| |||
114 | 126 | | |
115 | 127 | | |
116 | 128 | | |
117 | | - | |
| 129 | + | |
118 | 130 | | |
119 | | - | |
| 131 | + | |
120 | 132 | | |
0 commit comments