Test CI - again

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

View File

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

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.5"
const Version = "v0.1.6"