Skip to content

Commit

Permalink
Merge pull request #6 from fern-hookdeck/teis/openapi-for-fern
Browse files Browse the repository at this point in the history
[lint of openapi spec to generate node sdk] Teis/openapi for fern
  • Loading branch information
TeisJayaswal authored Feb 27, 2023
2 parents 7993048 + bd2c763 commit 9772e24
Show file tree
Hide file tree
Showing 5 changed files with 1,462 additions and 1,798 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3

- name: Download fern
- name: Download Fern
run: npm install -g fern-api

- name: Release SDKs
- name: Release SDK
env:
FERN_NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
run: fern release ${{github.ref_name}} --log-level debug
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --group publish --version ${{ github.ref_name }} --log-level debug


2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.DS_Store
.DS_Store
Loading

0 comments on commit 9772e24

Please sign in to comment.