Skip to content

Commit 392145e

Browse files
committed
Fix typo in release action
1 parent 0792142 commit 392145e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Commit version bump
6464
run: |
6565
git add CHANGELOG.md
66-
git add plugins/*/.claude-plugin/plugin.json
66+
git add .claude-plugin/plugin.json
6767
git commit -m "Bump version to ${{ inputs.version }}"
6868
6969
- name: Create tag

0 commit comments

Comments
 (0)