Skip to content

Commit d78c1b7

Browse files
authored
fix: need to get latest BCR before metadata
1 parent 98d50a6 commit d78c1b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/fetch_repo_metadata.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
- uses: actions/checkout@v5
1414
with:
1515
submodules: true
16+
- name: Checkout latest commit of BCR submodule
17+
working-directory: data/bazel-central-registry
18+
run: git checkout origin/main
1619
- name: Fetch repo metadata
1720
id: fetch_repo_metadata
1821
env:
@@ -23,4 +26,4 @@ jobs:
2326
uses: actions/upload-artifact@v4
2427
with:
2528
name: github_metadata
26-
path: ${{ steps.fetch_repo_metadata.outputs.metadata }}
29+
path: ${{ steps.fetch_repo_metadata.outputs.metadata }}

0 commit comments

Comments
 (0)