CI: add release step

This commit is contained in:
6543 2022-06-14 19:41:08 +02:00
parent b0a8b09546
commit f03592ae13
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -51,3 +51,16 @@ pipeline:
- PAGES_DOMAIN=localhost.mock.directory
- RAW_DOMAIN=raw.localhost.mock.directory
- PORT=4430
release:
image: qwerty287/gitea-release-attacher
settings:
instance: https://codeberg.org
user: ${CI_REPO_OWNER}
repo: ${CI_REPO_NAME}
release_tag: ${CI_COMMIT_TAG}
remove_all: true
token:
from_secret: bot_token
when:
event: [ "tag" ]