From 5002e8f129860df4aa8bb683fc198504fba838ba Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 19 Aug 2025 10:28:24 +0200 Subject: [PATCH] Update GitLab CI to match pre-release version pattern in release job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7fb2d8..8c5909e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,4 +112,4 @@ perform_release: "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/releases" only: - - /^v\d+\.\d+\.\d+$/ \ No newline at end of file + - /^pre-v\d+\.\d+\.\d+$/ \ No newline at end of file