Test CI - again

This commit is contained in:
Torjus Håkestad 2022-01-05 01:59:27 +01:00
parent cdf065f17f
commit d5ad6f198e
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@ pipeline:
- cat ezshare/version.go |grep Vers|cut -d "=" -f2 | tr -d " v\""|xargs echo "latest,"|tr -d " " > .tags
- cat .tags
when:
event: [tag]
status: [success]
branch: refs/tags/*
tag: v*
@ -17,6 +18,8 @@ pipeline:
password:
from_secret: registrypass
when:
event: [tag]
branch: refs/tags/*
tag: v*
depends_on:

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.4"
const Version = "v0.1.5"