We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a042d commit 6b5ef53Copy full SHA for 6b5ef53
.bcr/source.template.json
@@ -1,5 +1,5 @@
1
{
2
"integrity": "",
3
- "strip_prefix": "{REPO}-{VERSION}",
+ "strip_prefix": "{REPO}-{TAG}",
4
"url": "https://github.com/{OWNER}/{REPO}/releases/download/{TAG}/{REPO}-{TAG}.tar.gz"
5
}
.github/workflows/publish.yaml
@@ -24,6 +24,7 @@ jobs:
24
uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.0.0
25
with:
26
tag_name: ${{ inputs.tag_name }}
27
+ templates_ref: shameek/publish_bcr
28
# GitHub repository which is a fork of the upstream where the Pull Request will be opened.
29
registry_fork: gazebo-forks/bazel-central-registry
30
0 commit comments