Skip to content

Commit c712129

Browse files
authored
[Chore] avoid publishing outdated Cargo.lock (#80)
1 parent 97fc1ab commit c712129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
uses: actions-rs/cargo@v1
3535
with:
3636
command: publish
37-
args: --manifest-path core/Cargo.toml
37+
args: --locked --manifest-path core/Cargo.toml
3838

3939
- name: Publish cli to crates.io
4040
uses: actions-rs/cargo@v1
4141
with:
4242
command: publish
43-
args: --manifest-path cli/Cargo.toml
43+
args: --locked --manifest-path cli/Cargo.toml
4444

4545
- name: Bump version and push tag
4646
id: tag_version

0 commit comments

Comments
 (0)