Skip to content

Commit ebbe1e6

Browse files
committed
fix: don't commit the spec json file used for generation
1 parent f0dacee commit ebbe1e6

2 files changed

Lines changed: 2 additions & 23173 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
echo -e "Mismatch between actual and expected version!\nAborting Release." >&2
7272
exit 1
7373
fi
74+
- name: Remove API Spec
75+
run: unlink "${ARTIFACT_NAME}"
7476
- name: Deploy SDK back into main branch
7577
uses: JamesIves/github-pages-deploy-action@v4
7678
with:

0 commit comments

Comments
 (0)