Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d06b73d

Browse files
mafredripull[bot]
authored andcommitted
ci: Fix scripts/release/publish.sh execrelative path (#6101)
Behavior of `lib.sh` changed in: #5934
1 parent 260b60f commit d06b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies gh
6969
# Remove the "v" prefix.
7070
version="${version#v}"
7171
if [[ "$version" == "" ]]; then
72-
version="$(execrelative ./version.sh)"
72+
version="$(execrelative ../version.sh)"
7373
fi
7474

7575
if [[ -z $release_notes_file ]]; then

0 commit comments

Comments
 (0)