ci: don't upload chagelog to release as attachment
This commit is contained in:
parent
1a3449a842
commit
e256aa59d1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pipeline:
|
|||
base_url: https://codeberg.org
|
||||
api_key:
|
||||
from_secret: token
|
||||
files: tmp/*
|
||||
files: tmp/*.tgz
|
||||
title: ${CI_COMMIT_TAG##v}
|
||||
file_exists: fail
|
||||
note: tmp/changelog.md
|
||||
|
|
Loading…
Reference in a new issue