Fix version extraction in PR checks (#340)

This commit is contained in:
Alejandro R Mosteo
2021-09-09 13:03:26 +02:00
committed by GitHub
parent 784e8105ef
commit bdc53ebf74
+1 -1
View File
@@ -47,7 +47,7 @@ for file in $CHANGES; do
is_system=false
crate=$(basename $file .toml | cut -f1 -d-)
version=$(basename $file .toml | cut -f2 -d-)
version=$(basename $file .toml | cut -f2- -d-)
milestone="$crate=$version"
echo Testing crate: $milestone
# Remember that version can be "external", in which case we do not know the