fix: remove 'v' from version name

This commit is contained in:
Henrique Dias
2024-07-21 21:43:53 +02:00
parent 356edb8b93
commit 47e3f6de6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=v${{ steps.meta.outputs.version }}
VERSION=${{ steps.meta.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max
+1 -1
View File
@@ -11,7 +11,7 @@ builds:
flags:
- '-trimpath'
ldflags:
- '-X github.com/hacdias/webdav/v4/cmd.version=v{{.Version}}'
- '-X github.com/hacdias/webdav/v4/cmd.version={{.Version}}'
goos:
- darwin
- linux