Skip to content

Commit 6b5ef53

Browse files
Test bcr publish workflow fix
Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>
1 parent 38a042d commit 6b5ef53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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": "{REPO}-{VERSION}",
3+
"strip_prefix": "{REPO}-{TAG}",
44
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
55
}

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
2525
with:
2626
tag_name: ${{ inputs.tag_name }}
27+
templates_ref: shameek/publish_bcr
2728
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
2829
registry_fork: gazebo-forks/bazel-central-registry
2930

0 commit comments

Comments
 (0)