This commit is contained in:
Stephan 2021-06-04 12:18:45 +02:00
parent 32a0c2d240
commit bce25f7840

View File

@ -57,7 +57,7 @@ jobs:
exit 0
fi
TAG=${REF#refs/tags/}"
TAG=${REF#refs/tags/}
if [ "$TAG" != "$REF" ]; then
echo "Triggered by tag $TAG"
exit 0