Skip to content

Commit 307355a

Browse files
kentaro-mclaude
andauthored
fix: remove lib/ from release commit (#260)
lib/ is listed in .gitignore and cannot be staged Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3d6cd17 commit 307355a

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
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git config user.name "github-actions[bot]"
4444
git config user.email "github-actions[bot]@users.noreply.github.com"
45-
git add package.json package-lock.json lib/ dist/
45+
git add package.json package-lock.json dist/
4646
git commit -m "chore: release v${{ inputs.version }}"
4747
git tag v${{ inputs.version }}
4848
git push origin ${{ inputs.branch }}

0 commit comments

Comments
 (0)