From 8de940ba8587f1ff3cfc3c121f88a5eed5aed664 Mon Sep 17 00:00:00 2001 From: Tobias Glaser <tobias.glaser@student.reutlingen-university.de> Date: Mon, 9 Jun 2025 23:14:36 +0000 Subject: [PATCH] fixing gitlab-ci --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba81d5c..1abae36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,8 @@ Windows-MSYS2-MINGW64: Publish: stage: release + only: + - tags image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo "Creating GitLab Release $CI_COMMIT_TAG..." -- GitLab