Skip to content

Commit 96f4cf9

Browse files
committed
Move the b3-builder pin to the build that publishes doc assets
The release now uploads each plugin's README and CHANGELOG next to its .b3, and the atom points the store at those files, so the notes on a plugin's store page are the ones that shipped with the version being offered.
1 parent ccaac88 commit 96f4cf9

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
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939

40-
- uses: Bespok3d/b3-builder@ff6ad98482c57c3966af1c1f7c8aefdf8be8c812 # main @ 2026-07-26
40+
- uses: Bespok3d/b3-builder@06a36c4f6d487892d2a784945cd40359d80cf72c # main @ 2026-07-31
4141
with:
4242
unit: repo
4343
bake: 'true'

.github/workflows/release.yml

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

32-
- uses: Bespok3d/b3-builder@ff6ad98482c57c3966af1c1f7c8aefdf8be8c812 # main @ 2026-07-26
32+
- uses: Bespok3d/b3-builder@06a36c4f6d487892d2a784945cd40359d80cf72c # main @ 2026-07-31
3333
with:
3434
unit: repo
3535
# Per-repo Actions secret today (GitHub Free cannot org-secret private repos); becomes ONE org

0 commit comments

Comments
 (0)