This commit is contained in:
Core 2022-08-01 14:46:57 +01:00
parent 2f7f8f0899
commit bbec1f1546
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -8,6 +8,8 @@ echo $COMMITSINCESTABLE
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
echo $CURRENT_VERSION
git log $LATEST_SHA
#############################################################################################
if [[ ($CIRCLE_BRANCH == "main" || $GITHUB_REF_NAME == "main") && $COMMITSINCESTABLE -gt 0 ]]; then