Skip to content

Commit

Permalink
fix preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Oct 10, 2024
1 parent bc800fb commit 82bea5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
fern generate --api api --api v5 --group ts-sdk --preview --log-level debug
fern generate --api api --group ts-sdk --preview --log-level debug
- name: Compile
env:
Expand All @@ -51,7 +51,7 @@ jobs:
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
fern generate --api api --api v5 --group python-sdk --preview --log-level debug
fern generate --api api --group python-sdk --preview --log-level debug
- name: Set up python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 82bea5c

Please sign in to comment.