We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f0026 commit 00283b1Copy full SHA for 00283b1
1 file changed
.github/workflows/release-prep.yml
@@ -45,7 +45,7 @@ jobs:
45
toolchain: stable
46
47
- name: Install cargo-release
48
- run: cargo install -f --git https://github.com/ChanTsune/cargo-release --branch workspace-enable-template-render-when-single-crate
+ run: cargo install -f --git https://github.com/ChanTsune/cargo-release --branch workspace-enable-template-render-when-single-crate --locked
49
50
- name: Compute next version and build temp release config
51
id: prep
0 commit comments