From 1bb0176c926af99f565c7d0a27a1270aab7dde0e Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Sat, 21 Feb 2026 20:11:46 +0100 Subject: [PATCH] Removed tags only from publish job --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 452d9da..e0ccef7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,8 +129,8 @@ publish_release: curl --silent --show-error --header "JOB-TOKEN:$CI_JOB_TOKEN" -X POST -H "Content-Type: application/json" --data @release.json "$CI_API_V4_URL/projects/$CI_PROJECT_ID/releases" artifacts: expire_in: 1 day - only: - - tags +# only: +# - tags # Notes for runner setup: The job now runs on the public .NET SDK image and downloads artifacts from the # `build_windows` job via `needs`. It reads the `minversion` file produced by the build artifacts and