Skip to content

Commit 645b13d

Browse files
committed
fix: remove redundant component name from archive template
The archive name was duplicating the component name: - Before: protoc-gen-elixir-grpc_protoc-gen-elixir-grpc@v0.2.0_Darwin_arm64.tar.gz - After: protoc-gen-elixir-grpc@v0.2.0_Darwin_arm64.tar.gz Since .Version now contains the full monorepo tag (component@version), we don't need to prefix it with BUILD_COMPONENT.
1 parent 626a842 commit 645b13d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ builds:
4747
archives:
4848
- id: default
4949
name_template: >-
50-
{{ .Env.BUILD_COMPONENT }}_
5150
{{- .Version }}_
5251
{{- title .Os }}_
5352
{{- if eq .Arch "amd64" }}x86_64

0 commit comments

Comments
 (0)