ci: Fix scripts/release/publish.sh execrelative path (#6101)

Behavior of `lib.sh` changed in: #5934
This commit is contained in:
Mathias Fredriksson
2023-02-08 15:32:06 +02:00
committed by GitHub
parent f6da0a6945
commit 33f2c8fef5

View File

@ -69,7 +69,7 @@ dependencies gh
# Remove the "v" prefix.
version="${version#v}"
if [[ "$version" == "" ]]; then
version="$(execrelative ./version.sh)"
version="$(execrelative ../version.sh)"
fi
if [[ -z $release_notes_file ]]; then