(ci) Fix release automation check by pinning cargo-release to older version

This commit is contained in:
Christoph Herzog 2019-07-22 21:55:33 +02:00 committed by theduke
parent 049ba0c9dc
commit 55a9a0a2ce

View file

@ -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"