Fix release ver calculation

pull/1766/head
Michael Telatynski 3 months ago
parent 872b670712
commit 67acd75337
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

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

Loading…
Cancel
Save