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 8a61989 commit 52f0026Copy full SHA for 52f0026
1 file changed
.github/workflows/release-prep.yml
@@ -44,10 +44,8 @@ jobs:
44
with:
45
toolchain: stable
46
47
- - uses: cargo-bins/cargo-binstall@a66119fbb1c952daba62640c2609111fe0803621 # v1.15.7
48
-
49
- name: Install cargo-release
50
- run: cargo binstall cargo-release --no-confirm --force
+ run: cargo install -f --git https://github.com/ChanTsune/cargo-release --branch workspace-enable-template-render-when-single-crate
51
52
- name: Compute next version and build temp release config
53
id: prep
0 commit comments