ci: fix release notes compare link (#8581)

Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
Ben Potter
2023-07-21 07:22:54 -05:00
committed by GitHub
parent c8772fba82
commit 12b51ca804
2 changed files with 4 additions and 1 deletions

View File

@ -54,6 +54,9 @@ fi
if [[ -z $new_version ]]; then
error "No new version specified"
fi
if [[ $new_version != v* ]]; then
error "New version must start with a v"
fi
if [[ -z $ref ]]; then
error "No ref specified"
fi