Test CI - again

This commit is contained in:
Torjus Håkestad 2022-01-05 02:07:44 +01:00
parent d5300c8d28
commit b362e0bcf1
2 changed files with 1 additions and 4 deletions

View File

@ -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]

View File

@ -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"