mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
ci: fix release notes compare link (#8581)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user