Skip to content

Commit

Permalink
chore: update release.name_template to ref name
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <git@dw1.io>
  • Loading branch information
dwisiswant0 committed Jun 11, 2024
1 parent 61731ca commit be3f8c9
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 @@ -200,7 +200,7 @@ release:
```bash
cosign verify-blob --key release-{{ .ProjectName }}_{{ .Tag }}.pub --signature {{ .ProjectName }}_{{ .Tag }}-OS_ARCH.sig {{ .ProjectName }}_{{ .Tag }}-OS_ARCH
```
name_template: "{{ .ProjectName }}-{{ .Tag }}"
name_template: "{{ .Tag }}"
extra_files:
- glob: "{{ .Env.COSIGN_KEY_PREFIX }}.pub"
- glob: "teler-waf.conf.example.*"

0 comments on commit be3f8c9

Please sign in to comment.