Test CI - again

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

View File

@ -20,7 +20,4 @@ pipeline:
event: [tag] event: [tag]
tag: v* tag: v*
depends_on:
- "test"
run_on: [success] 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.6" const Version = "v0.1.7"