refactor: update skill names to include 'mempalace:' prefix for consistency

This commit is contained in:
Tal Muskal
2026-04-08 18:41:22 +03:00
parent 2f83518415
commit c9d3955859
6 changed files with 9 additions and 6 deletions
+4 -1
View File
@@ -31,4 +31,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .claude-plugin/plugin.json .claude-plugin/marketplace.json
git diff --staged --quiet || git commit -m "chore: sync plugin version to ${{ steps.version.outputs.version }}" && git push
if ! git diff --staged --quiet; then
git commit -m "chore: sync plugin version to ${{ steps.version.outputs.version }}"
git push
fi