develop #1

Open
maddo wants to merge 128 commits from develop into master
Showing only changes of commit 1bb0176c92 - Show all commits

Removed tags only from publish job

MaddoScientisto 2026-02-21 20:11:46 +01:00

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