#!/bin/bash if [ "$(echo $GITHUB_REF| cut -d'/' -f2)" == "tags" ]; then echo "$(echo $GITHUB_REF| cut -d'/' -f2)" exit 1; fi