Fix publish

This commit is contained in:
Torjus Håkestad 2022-01-05 01:23:13 +01:00
parent 7755ca5a1a
commit 4db48f1ae1
2 changed files with 2 additions and 3 deletions

View File

@ -24,8 +24,7 @@ pipeline:
password:
from_secret: registrypassword
when:
branch: master
event: [tag]
tag: v*
matrix:
GO_VERSION:

View File

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