less debug because no
This commit is contained in:
parent
93d41ea803
commit
291cb5c1ff
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ if [[ ($CIRCLE_BRANCH == "main" || $GITHUB_REF_NAME == "main") && $COMMIT_SINCE_
|
||||||
else
|
else
|
||||||
sed -i "0,/$CURRENT_VERSION/s//$NEW_VERSION/" package.json
|
sed -i "0,/$CURRENT_VERSION/s//$NEW_VERSION/" package.json
|
||||||
fi
|
fi
|
||||||
echo "Version updated to v${NEW_VERSION}"
|
echo $NEW_VERSION
|
||||||
else
|
else
|
||||||
echo "Not on main branch or no commits since stable. Skipping version update."
|
echo $CURRENT_VERSION
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add the version to the environment for CI usage
|
# Add the version to the environment for CI usage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue