mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
ci: Fix scripts/release/publish.sh
execrelative path (#6101)
Behavior of `lib.sh` changed in: #5934
This commit is contained in:
committed by
GitHub
parent
f6da0a6945
commit
33f2c8fef5
@ -69,7 +69,7 @@ dependencies gh
|
|||||||
# Remove the "v" prefix.
|
# Remove the "v" prefix.
|
||||||
version="${version#v}"
|
version="${version#v}"
|
||||||
if [[ "$version" == "" ]]; then
|
if [[ "$version" == "" ]]; then
|
||||||
version="$(execrelative ./version.sh)"
|
version="$(execrelative ../version.sh)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $release_notes_file ]]; then
|
if [[ -z $release_notes_file ]]; then
|
||||||
|
Reference in New Issue
Block a user