Skip to content

Commit

Permalink
chore: fix goreleaser to add v to the version of the plugin as Vault …
Browse files Browse the repository at this point in the history
…expectes it with a v prefix
  • Loading branch information
ilijamt committed Nov 6, 2023
1 parent 14dc6f7 commit 595d2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ builds:
- -trimpath
ldflags:
- '-s -w'
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.Version={{ .Version }}'"
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.Version=v{{ .Version }}'"
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.FullCommit={{ .FullCommit }}'"
- "-X 'github.com/ilijamt/vault-plugin-secrets-gitlab.BuildDate={{ .Date }}'"
goos:
Expand Down

0 comments on commit 595d2ae

Please sign in to comment.