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 }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: | build-args: |
VERSION=v${{ steps.meta.outputs.version }} VERSION=${{ steps.meta.outputs.version }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
+1 -1
View File
@@ -11,7 +11,7 @@ builds:
flags: flags:
- '-trimpath' - '-trimpath'
ldflags: ldflags:
- '-X github.com/hacdias/webdav/v4/cmd.version=v{{.Version}}' - '-X github.com/hacdias/webdav/v4/cmd.version={{.Version}}'
goos: goos:
- darwin - darwin
- linux - linux