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

Skip to content

Commit 33f2c8f

Browse files
authored
ci: Fix scripts/release/publish.sh execrelative path (#6101)
Behavior of `lib.sh` changed in: #5934
1 parent f6da0a6 commit 33f2c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/publish.sh

+1-1
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)