Fix version in drone config
This commit is contained in:
parent
a1aa8baf7c
commit
db58905809
1 changed files with 4 additions and 3 deletions
|
|
@ -68,12 +68,13 @@ steps:
|
|||
api_key:
|
||||
from_secret: GITEA_TOKEN
|
||||
base_url: https://gitea.kube-it.de
|
||||
title: VERSION
|
||||
title: target/VERSION
|
||||
note: CHANGELOG.md
|
||||
files:
|
||||
- /drone/src/target/s0-meter_*
|
||||
- /drone/src/bundle/*
|
||||
draft: true
|
||||
prerelease: true
|
||||
checksum: md5
|
||||
prerelease: true # You can change this in Gitea afterwards
|
||||
draft: true # You can change this in Gitea afterwards
|
||||
when:
|
||||
event: tag
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue