Skip to content

Commit 1b4857a

Browse files
committed
Make: Don't version Cargo.lock
1 parent f98dbac commit 1b4857a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
update-version-in: |
3535
CMakeLists.txt:^\s*VERSION (\d+\.\d+\.\d+)
3636
Cargo.toml:^version = "(\d+\.\d+\.\d+)"
37-
Cargo.lock:name = "fork_union"\nversion = "(\d+\.\d+\.\d+)"
3837
update-major-version-in: |
3938
include/fork_union.hpp:^#define FORK_UNION_VERSION_MAJOR (\d+)
4039
update-minor-version-in: |

0 commit comments

Comments
 (0)