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
next
Jonas Zohren 2021-07-02 14:58:00 +00:00
parent f1a2aa3a94
commit fcc30f059e
1 changed files with 1 additions and 1 deletions

View File

@ -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'