Skip to content

Commit e235dcd

Browse files
committed
point the build action at the release that signs the list
1 parent 3a647d1 commit e235dcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737

38-
- uses: Bespok3d/b3-builder@76d815a56dc5708b3d0c3a587fc2b027deca4640 # main @ 2026-07-21
38+
- uses: Bespok3d/b3-builder@fe43aee920e620c6272a88f395499a789329e459 # main @ 2026-07-22
3939
with:
4040
unit: repo
4141
bake: 'true'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0 # full history so the index.json push can rebase on a concurrent update
2929

30-
- uses: Bespok3d/b3-builder@76d815a56dc5708b3d0c3a587fc2b027deca4640 # main @ 2026-07-21
30+
- uses: Bespok3d/b3-builder@fe43aee920e620c6272a88f395499a789329e459 # main @ 2026-07-22
3131
with:
3232
unit: repo
3333
# Per-repo Actions secret today (GitHub Free cannot org-secret private repos); becomes ONE org

0 commit comments

Comments
 (0)