Commit a5abaea
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.
Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>1 parent 626a842 commit a5abaea
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments