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.
1 parent 149aec7 commit ff93107Copy full SHA for ff93107
.github/workflows/auto-update.yml
@@ -80,7 +80,7 @@ jobs:
80
run: find . -not \( -name configs.json -or -name .gitignore -or -name custom_package.json -or -iwholename *.github* -or -iwholename *./definitions* -or -iwholename *.git* -or -name . \) -exec echo {} +
81
- name: Generating client from the AsyncAPI document
82
if: ${{env.major_version_change == 'true' || env.minor_version_change == 'true' || env.patch_version_change == 'true'}}
83
- uses: docker://asyncapi/github-action-for-generator:2.0.0
+ uses: docker://asyncapi/github-action-for-generator
84
with:
85
template: '@asyncapi/ts-nats-template'
86
filepath: ./definitions/bundled/rust.asyncapi.json
0 commit comments