Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Dec 4, 2024
1 parent 420b1ad commit 06e9e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ jobs:
with:
generator: typescript-axios
openapi-file: swagger.yml
command-args: -c swagger-codegen.json
command-args: -c swagger-codegen.json -o client
- name: Publish package
run: cd typescript-axios && npm publish --access public --verbose --dry-run
run: cd client && npm publish --access public --verbose --dry-run

0 comments on commit 06e9e00

Please sign in to comment.