less debug because no

This commit is contained in:
Core 2022-08-23 11:35:16 +01:00
parent 93d41ea803
commit 291cb5c1ff
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -23,9 +23,9 @@ if [[ ($CIRCLE_BRANCH == "main" || $GITHUB_REF_NAME == "main") && $COMMIT_SINCE_
else
sed -i "0,/$CURRENT_VERSION/s//$NEW_VERSION/" package.json
fi
echo "Version updated to v${NEW_VERSION}"
echo $NEW_VERSION
else
echo "Not on main branch or no commits since stable. Skipping version update."
echo $CURRENT_VERSION
fi
# Add the version to the environment for CI usage