Remove stale release.sh parameter for no-jsdoc (#22255)

pull/22358/head
Michael Telatynski 2022-05-25 21:55:53 +01:00 committed by GitHub
parent 863e5f6c78
commit 745140e9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ do
fi
done
./node_modules/matrix-js-sdk/release.sh -n -z "$orig_args"
./node_modules/matrix-js-sdk/release.sh -n "$orig_args"
release="${1#v}"
tag="v${release}"