Skip to content

Commit 2b1b57a

Browse files
committed
Try {TAG}
1 parent ed5e735 commit 2b1b57a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.bcr/source.template.json

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

.github/workflows/release_ruleset.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
- uses: bazel-contrib/[email protected]
8686
with:
8787
disk-cache: ${{ inputs.mount_bazel_caches }}
88-
external-cache: ${{ inputs.mount_bazel_caches }}
8988
repository-cache: ${{ inputs.mount_bazel_caches }}
9089

9190
- name: Test
@@ -122,7 +121,7 @@ jobs:
122121
permissions:
123122
id-token: write
124123
attestations: write
125-
runs-on: ubuntu-latest
124+
runs-on: self-hosted
126125
steps:
127126
# actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
128127
# but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349
@@ -173,7 +172,7 @@ jobs:
173172
needs: [build, attest]
174173
permissions:
175174
contents: write
176-
runs-on: ubuntu-latest
175+
runs-on: self-hosted
177176
steps:
178177
# actions/download-artifact@v4 does not yet support downloading via the immutable artifact-id,
179178
# but the Javascript library does. See: https://github.com/actions/download-artifact/issues/349

0 commit comments

Comments
 (0)