Test CI - again
This commit is contained in:
parent
d5300c8d28
commit
b362e0bcf1
@ -6,7 +6,6 @@ pipeline:
|
|||||||
- cat .tags
|
- cat .tags
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
status: [success]
|
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
@ -19,5 +18,3 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
tag: v*
|
tag: v*
|
||||||
|
|
||||||
run_on: [success]
|
|
@ -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.7"
|
const Version = "v0.1.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user