crabidy/.gitea/scripts/check-tag

7 lines
130 B
Bash
Executable File

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