We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f2ac4 + 389a06f commit 04427a3Copy full SHA for 04427a3
ci/publish.sh
@@ -18,7 +18,7 @@ function publish {
18
19
# Check crates.io if it is already published
20
set +e
21
- output=`curl --fail --silent --head https://crates.io/api/v1/crates/$crate_name/$version/download`
+ output=`curl --fail --silent --head --location https://static.crates.io/crates/$crate_name/$version/download`
22
res="$?"
23
set -e
24
case $res in
0 commit comments