Compare commits

..

1 commit

Author SHA1 Message Date
db58905809 Fix version in drone config 2021-03-14 18:10:15 +01:00

View file

@ -68,12 +68,13 @@ steps:
api_key: api_key:
from_secret: GITEA_TOKEN from_secret: GITEA_TOKEN
base_url: https://gitea.kube-it.de base_url: https://gitea.kube-it.de
title: VERSION title: target/VERSION
note: CHANGELOG.md note: CHANGELOG.md
files: files:
- /drone/src/target/s0-meter_* - /drone/src/target/s0-meter_*
- /drone/src/bundle/* - /drone/src/bundle/*
draft: true checksum: md5
prerelease: true prerelease: true # You can change this in Gitea afterwards
draft: true # You can change this in Gitea afterwards
when: when:
event: tag event: tag