Deploying on tag - every tag listed in dashboard

If you are migrating to 2.0 ,

Use a work around I used :

CIRCLE_TAG="$(git tag -l --points-at HEAD)" && if [[ $CIRCLE_TAG =~ #regex# ]];
then #commands#
fi