From b76d05df1904592d9e94c106b2725daa5d6a15fb Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 11 Jul 2023 20:22:17 +0200 Subject: [PATCH] ci: try releaser without WIKI without tag to test --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d7032b36..be00247ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -228,11 +228,7 @@ prerelease: publish: <<: *release_jobs - rules: - - if: $CI_COMMIT_TAG - when: manual stage: release variables: RELEASE_BIN_DIR: work/bin/ - WIKI_RELEASE: Releases allow_failure: false -- GitLab