debug dryrun

This commit is contained in:
Marco Carrozzo
2023-01-11 12:06:40 +01:00
parent 9e2fc4f03a
commit e9ba121f27

View File

@@ -15,7 +15,7 @@ echo "git tag -a ${VERSION} -m ${VERSION}"
# GITHUB_REPO=https://$GITHUB_TOKEN:x-oauth-basic@github.com/Alfresco/alfresco-ng2-components.git
# git remote add origin $GITHUB_REPO
if [[ "$1" == "dryrun=--dryrun" ]]; then
if [[ "$1" == "--dryrun" ]]; then
echo "dry run";
git tag | grep "${VERSION}"
else