Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ci: Fix scripts/release/publish.sh path
Behavior of `lib.sh` changed in: #5934
  • Loading branch information
mafredri committed Feb 8, 2023
commit bea49e92b35b49a1362febdebe2b231d44ed15af
2 changes: 1 addition & 1 deletion scripts/release/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies gh
# Remove the "v" prefix.
version="${version#v}"
if [[ "$version" == "" ]]; then
version="$(execrelative ./version.sh)"
version="$(execrelative ../version.sh)"
fi

if [[ -z $release_notes_file ]]; then
Expand Down