refactor: update skill names to include 'mempalace:' prefix for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user