We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e1ac2 commit 1f9671bCopy full SHA for 1f9671b
1 file changed
.github/workflows/main-rest-clients-build.yml
@@ -18,9 +18,7 @@ jobs:
18
with:
19
node-version: 16
20
- name: Install openapi generator
21
- run: |
22
- npm install -g @openapitools/openapi-generator-cli
23
- echo "$(npm bin -g)" >> $GITHUB_PATH
+ run: npm install -g @openapitools/openapi-generator-cli
24
- name: Build clients
25
working-directory: clients
26
run: ./build-clients.sh
0 commit comments