Skip to content

Commit 57380b9

Browse files
authored
ci: update bump-version-and-release.yml
1 parent 9b14227 commit 57380b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Commit and tag version bump
3434
run: |
3535
VERSION=$(node -p "require('./package.json').version")
36-
git add package.json package-lock.json || true
36+
git add package.json
3737
git commit -m "chore: bump version to $VERSION"
3838
git tag v$VERSION
3939
- name: Push changes and tag

0 commit comments

Comments
 (0)