Skip to content

Commit 67e5b19

Browse files
ci: Add missing fern generate
1 parent 1071b52 commit 67e5b19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/follow-merge-upstream-repo-sync-v2.yml

+6
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@ jobs:
178178
- name: Check Fern API is valid
179179
run: fern check
180180

181+
- name: Generate Python SDK
182+
env:
183+
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
184+
working-directory: "${{ env.UPSTREAM_REPO_WORKDIR }}"
185+
run: fern generate --group python-sdk-staging --log-level debug
186+
181187
- name: Find or Create PR
182188
uses: ./.github/actions-hub/actions/follow-merge-find-or-create-pull-request
183189
id: get-pr

0 commit comments

Comments
 (0)