mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
ci: fix url typo in goreleaser (#5198)
This commit is contained in:
parent
46a4822c18
commit
0cffedbae4
1 changed files with 1 additions and 1 deletions
2
.github/goreleaser.yaml
vendored
2
.github/goreleaser.yaml
vendored
|
@ -36,7 +36,7 @@ builds:
|
|||
- -X github.com/pomerium/pomerium/internal/version.GitCommit={{.ShortCommit}}
|
||||
- -X github.com/pomerium/pomerium/internal/version.BuildMeta={{.Timestamp}}
|
||||
- -X github.com/pomerium/pomerium/internal/version.ProjectName=pomerium
|
||||
- -X github.com/pomerium/pomerium/internal/version.ProjectURL=https://wwww.pomerium.io
|
||||
- -X github.com/pomerium/pomerium/internal/version.ProjectURL=https://www.pomerium.io
|
||||
|
||||
archives:
|
||||
- name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue