Skip to content

Commit 5682583

Browse files
committed
add preview
1 parent 82bea5c commit 5682583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-sdks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
3232
run: |
33-
cd fern/apis/v5/.preview/fern-typescript-node-sdk
33+
cd fern/apis/api/.preview/fern-typescript-node-sdk
3434
yarn install
3535
yarn build
3636
@@ -64,6 +64,6 @@ jobs:
6464
6565
- name: Compile
6666
run: |
67-
cd fern/apis/v5/.preview/fern-python-sdk
67+
cd fern/apis/api/.preview/fern-python-sdk
6868
poetry install
6969
poetry run mypy .

0 commit comments

Comments
 (0)