From fcc30f059e3ca624497f15f8abe0150e5c90fe59 Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Fri, 2 Jul 2021 14:58:00 +0000 Subject: [PATCH] Fix: Nightly release tag name should not be a branch name According to tulir this breaks the GitLab Matrix bot, and nightly is a better match anyway --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 930e8f63..66cdf5c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -175,7 +175,7 @@ publish:nightly: release: name: 'Nightly' description: '⚠️ The latest development version of the day, fresh from the repository. Use at your own risk!' - tag_name: '$CI_COMMIT_REF_SLUG' + tag_name: 'nightly' assets: links: - name: 'conduit-x86_64-unknown-linux-gnu'