Skip to content

Commit 00283b1

Browse files
committed
👷 Add --locked option to install cargo-release
1 parent 52f0026 commit 00283b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: stable
4646

4747
- name: Install cargo-release
48-
run: cargo install -f --git https://github.com/ChanTsune/cargo-release --branch workspace-enable-template-render-when-single-crate
48+
run: cargo install -f --git https://github.com/ChanTsune/cargo-release --branch workspace-enable-template-render-when-single-crate --locked
4949

5050
- name: Compute next version and build temp release config
5151
id: prep

0 commit comments

Comments
 (0)