Skip to content

Commit

Permalink
fix: correct generator group name. (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: eden <[email protected]>
  • Loading branch information
fern-support and eyw520 authored Jan 21, 2025
1 parent 79c9dd6 commit 16bfe20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
fern generate --group js-sdk --version ${{ inputs.version }} --log-level debug
fern generate --group ts-sdk --version ${{ inputs.version }} --log-level debug
2 changes: 1 addition & 1 deletion fern/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ groups:
exported_filename: client.py
extra_dependencies:
websockets: "12.0"
js-sdk:
ts-sdk:
generators:
- name: fernapi/fern-typescript-node-sdk
version: 0.41.0
Expand Down

0 comments on commit 16bfe20

Please sign in to comment.