Apply suggestions from code review

Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Michael Telatynski 2024-03-25 10:42:40 +00:00 committed by GitHub
parent 67acd75337
commit 81503232cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@
# Script to generate OpenAPI typescript definitions for the Matrix APIs
set -e
RELEASE="${npm_package_version%.*}"
SPEC_DIR="v${RELEASE}"
if [ "$RELEASE" == "0.0" ]; then