create release action when we cut a new release

This commit is contained in:
Dengke Tang
2023-02-22 13:31:11 -08:00
parent f6314a23e9
commit 1f6f81412b
4 changed files with 34 additions and 8 deletions
+2
View File
@@ -18,6 +18,8 @@ WORK_DIR="${TOOLS_DIR}/.."
cd "${WORK_DIR}"
git submodule update --init --recursive
$TOOLS_DIR/cleanup.sh
$TOOLS_DIR/prepare_package_xml.sh --name "${NAME}" --user "${USER}" --email "${EMAIL}" --version "${VERSION}" --notes "${NOTES}" >package.xml
if [[ $? -ne 0 ]]; then