Skip to content

Commit 595d2ae

Browse files
committed
chore: fix goreleaser to add v to the version of the plugin as Vault expectes it with a v prefix
1 parent 14dc6f7 commit 595d2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ builds:
77
- -trimpath
88
ldflags:
99
- '-s -w'
10-
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.Version={{ .Version }}'"
10+
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.Version=v{{ .Version }}'"
1111
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.FullCommit={{ .FullCommit }}'"
1212
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.BuildDate={{ .Date }}'"
1313
goos:

0 commit comments

Comments
 (0)