Test CI - again
This commit is contained in:
parent
d5ad6f198e
commit
10f2884e27
@ -7,7 +7,6 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
status: [success]
|
status: [success]
|
||||||
branch: refs/tags/*
|
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
@ -19,7 +18,6 @@ pipeline:
|
|||||||
from_secret: registrypass
|
from_secret: registrypass
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
branch: refs/tags/*
|
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package ezshare
|
package ezshare
|
||||||
|
|
||||||
// TODO: Maybe put this somewhere more sensible
|
// TODO: Maybe put this somewhere more sensible
|
||||||
const Version = "v0.1.5"
|
const Version = "v0.1.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user