Skip to content

Commit ab61349

Browse files
author
Michael Carroll
committed
Fix strip_prefix for BCR publish rule
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
1 parent 0db6d0b commit ab61349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bcr/source.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"integrity": "",
3-
"strip_prefix": "",
3+
"strip_prefix": "{REPO}-{VERSION}",
44
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
55
}

0 commit comments

Comments
 (0)