(ci) Fix release automation check by pinning cargo-release to older version
This commit is contained in:
parent
049ba0c9dc
commit
55a9a0a2ce
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ jobs:
|
|||
_build/cargo-make.sh "0.20.0" "x86_64-unknown-linux-musl"
|
||||
displayName: Install cargo-make binary
|
||||
- script: |
|
||||
cargo install --debug cargo-release
|
||||
cargo install --debug --version=0.11.2 cargo-release
|
||||
displayName: Install cargo-release binary
|
||||
- script: |
|
||||
git config --local user.name "Release Test Bot"
|
||||
|
|
Loading…
Reference in a new issue