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 30ba2a8 commit c90ccf4Copy full SHA for c90ccf4
ci/install.sh
@@ -3,11 +3,10 @@ set -euxo pipefail
3
main() {
4
local tag=$(git ls-remote --tags --refs --exit-code https://github.com/rust-lang-nursery/mdbook \
5
| cut -d/ -f3 \
6
- | grep -E '^v[0.1.0-9.]+$' \
+ | grep -E '^v[0-9.]+$' \
7
| sort --version-sort \
8
| tail -n1)
9
- # Temporarily use older version until packages are available for 0.2.2 (or newer)
10
- local tag="v0.2.1"
+
11
curl -LSfs https://japaric.github.io/trust/install.sh | \
12
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
13
0 commit comments