Removed tags only from publish job
This commit is contained in:
parent
f8d4687a97
commit
1bb0176c92
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue