Skip to content

Commit 7ec6cea

Browse files
0xvasanthCopilot
andauthored
Update .github/workflows/version-bump.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b325574 commit 7ec6cea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version-bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Create version bump branch and commit
5555
run: |
5656
git checkout -b "release/v${{ env.new_version }}"
57-
git add Cargo.toml
57+
git add Cargo.toml Cargo.lock
5858
git commit -m "Release v${{ env.new_version }}"
5959
git tag "v${{ env.new_version }}"
6060

0 commit comments

Comments
 (0)