This commit is contained in:
Denys Vuika
2023-11-21 14:37:27 +00:00
parent f4f1131b73
commit 7e1c1f472e
3 changed files with 2 additions and 5 deletions

View File

@@ -7,6 +7,5 @@ BRANCH=${GITHUB_REF##*/}
if [[ $BRANCH =~ ^develop(-patch.*)?$ ]]
then
echo "Replace NPM version with new Alpha tag"
NEXT_VERSION=-nextalpha
./scripts/update-version.sh -gnu $NEXT_VERSION || exit 1;
./scripts/update-version.sh -gnu -nextalpha || exit 1;
fi