Skip to content

Commit

Permalink
Update sdk-generator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ucatbas authored Jul 16, 2024
1 parent 24d098b commit 75c79ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdk-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
generator: ${{ matrix.language }}
openapi-file: ${SWAGGER_PATH}
command-args: -o permify-client --git-user-id ${ORG_NAME} --git-repo-id permify-${{ matrix.language }} --package-name permify
command-args: -o permify-client --git-user-id ${ORG_NAME} --git-repo-id permify-${{ matrix.language }} --package-name permify --global-property apis,models

- name: Push SDK to GitHub
run: |
Expand Down

0 comments on commit 75c79ad

Please sign in to comment.