Skip to content

Commit bea49e9

Browse files
committed
ci: Fix scripts/release/publish.sh path
Behavior of `lib.sh` changed in: #5934
1 parent 1dc4778 commit bea49e9

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)