We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12ab0d8 + df76ba1 commit 54a396cCopy full SHA for 54a396c
.github/workflows/update.yml
@@ -40,6 +40,8 @@ jobs:
40
# upgrade
41
- name: Upgrade tag
42
run: find . -type f -name "*.wit" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} +
43
+ - name: Upgrade deps tags
44
+ run: find . -type f -name "deps.toml" -exec sed -i "s/${{ inputs.prev_version }}/${{ inputs.next_version }}/g" {} +
45
- name: Upgrade wit deps
46
run: wit-deps update
47
- name: Generate markdown for the proxy world
0 commit comments