update drone related files
This commit is contained in:
parent
fb71e75ef5
commit
3db988b553
@ -18,6 +18,7 @@ steps:
|
||||
api_key:
|
||||
from_secret: gitea_token
|
||||
files: "*.tar.gz"
|
||||
title: ./VERSION
|
||||
checksum:
|
||||
- sha256
|
||||
- sha512
|
||||
|
@ -11,6 +11,7 @@ build() {
|
||||
if [[ ! -z $DRONE_TAG ]]
|
||||
then
|
||||
VERSION=$DRONE_TAG
|
||||
echo $DRONE_TAG > ./VERSION
|
||||
elif [[ ! -z $DRONE_TAG ]]
|
||||
then
|
||||
VERSION=$DRONE_COMMIT
|
||||
|
Loading…
Reference in New Issue
Block a user