Test CI - again
This commit is contained in:
parent
cdf065f17f
commit
d5ad6f198e
@ -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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
package ezshare
|
||||
|
||||
// TODO: Maybe put this somewhere more sensible
|
||||
const Version = "v0.1.4"
|
||||
const Version = "v0.1.5"
|
||||
|
Loading…
Reference in New Issue
Block a user