Skip to content

Commit 1247b91

Browse files
authored
Fix release process automation (#1293)
Update the name of a script after a historical rename
1 parent c662039 commit 1247b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Regenerate precompiled artifacts in this repo as they're dependent on
4242
# the version number.
4343
- uses: ./.github/actions/install-wasi-sdk
44-
- run: ./ci/rebuild-libcabi-realloc.sh
44+
- run: ./ci/rebuild-libwit-bindgen-cabi.sh
4545

4646
- name: Prep PR metadata
4747
run: |

0 commit comments

Comments
 (0)