This commit is contained in:
Torjus Håkestad 2022-01-05 01:54:21 +01:00
parent f27fe0ebfa
commit cdf065f17f
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ pipeline:
password:
from_secret: registrypass
when:
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.3"
const Version = "v0.1.4"