Removed tags only from publish job

This commit is contained in:
MaddoScientisto 2026-02-21 20:11:46 +01:00
commit 1bb0176c92

View file

@ -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