Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scripts/release/publish.sh
1 parent f6da0a6 commit 33f2c8fCopy full SHA for 33f2c8f
scripts/release/publish.sh
@@ -69,7 +69,7 @@ dependencies gh
69
# Remove the "v" prefix.
70
version="${version#v}"
71
if [[ "$version" == "" ]]; then
72
- version="$(execrelative ./version.sh)"
+ version="$(execrelative ../version.sh)"
73
fi
74
75
if [[ -z $release_notes_file ]]; then
0 commit comments