Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 3538c17

Browse files
yoshuawuytsricochet
authored andcommitted
Update update.yml
1 parent b0feb46 commit 3538c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
# upgrade
4141
- name: Upgrade tag
4242
run: find . -type f -name "*.wit" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} +
43-
# - name: Upgrade wit deps
44-
# run: wit-deps update
43+
- name: Upgrade wit deps
44+
run: wit-deps update
4545
- name: Generate markdown
4646
run: wit-bindgen markdown wit --html-in-md --all-features
4747

0 commit comments

Comments
 (0)