We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0792142 commit 392145eCopy full SHA for 392145e
1 file changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Commit version bump
64
run: |
65
git add CHANGELOG.md
66
- git add plugins/*/.claude-plugin/plugin.json
+ git add .claude-plugin/plugin.json
67
git commit -m "Bump version to ${{ inputs.version }}"
68
69
- name: Create tag
0 commit comments