summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-02 14:58:00 +0000
committerJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-02 14:58:00 +0000
commitfcc30f059e3ca624497f15f8abe0150e5c90fe59 (patch)
tree55c9bc175c2f62d953cbc46ccb8f420f481e8561 /.gitlab-ci.yml
parentf1a2aa3a947c2fef9f396ad6613c1111bad0d358 (diff)
downloadconduit-fcc30f059e3ca624497f15f8abe0150e5c90fe59.zip
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
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 930e8f6..66cdf5c 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'