diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 0b468b0..d95113a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -256,6 +256,8 @@ jobs: echo "Lösche alten Remote-Tag v$VERSION" git -c http.extraheader="AUTHORIZATION: bearer $RELEASE_TOKEN" \ push origin :refs/tags/"v$VERSION" + else + echo "Tag v$VERSION nicht vorhanden" fi git add metadata.txt changelog.txt