Skip to content

Commit ff93107

Browse files
committed
refactor: implode template
1 parent 149aec7 commit ff93107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
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 {} +
8181
- name: Generating client from the AsyncAPI document
8282
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
83+
uses: docker://asyncapi/github-action-for-generator
8484
with:
8585
template: '@asyncapi/ts-nats-template'
8686
filepath: ./definitions/bundled/rust.asyncapi.json

0 commit comments

Comments
 (0)