Test CI - again
This commit is contained in:
parent
d5ad6f198e
commit
10f2884e27
@ -7,7 +7,6 @@ pipeline:
|
||||
when:
|
||||
event: [tag]
|
||||
status: [success]
|
||||
branch: refs/tags/*
|
||||
tag: v*
|
||||
|
||||
publish:
|
||||
@ -19,7 +18,6 @@ pipeline:
|
||||
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.5"
|
||||
const Version = "v0.1.6"
|
||||
|
Loading…
Reference in New Issue
Block a user