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 76a6e57 commit 420b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Generate openapi client configuration file
run: python3 ${{ steps.get_version.outputs.version-without-v }}
run: python3 .github/workflows/scripts/update-package.py ${{ steps.get_version.outputs.version-without-v }}
- name: Generate Typescript Client
uses: openapi-generators/openapitools-generator-action@v1
with:
Expand Down

0 comments on commit 420b1ad

Please sign in to comment.