Skip to content

Commit 53ef79e

Browse files
SDK regeneration
1 parent 87aba52 commit 53ef79e

File tree

1,141 files changed

+133587
-70641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,141 files changed

+133587
-70641
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,19 @@
11
name: ci
2-
32
on: [push]
43

54
jobs:
6-
compile:
7-
runs-on: ubuntu-latest
8-
9-
steps:
10-
- name: Checkout repo
11-
uses: actions/checkout@v4
12-
13-
- name: Set up node
14-
uses: actions/setup-node@v3
15-
16-
- name: Compile
17-
run: yarn && yarn build
18-
19-
test:
20-
runs-on: ubuntu-latest
21-
22-
steps:
23-
- name: Checkout repo
24-
uses: actions/checkout@v4
25-
26-
- name: Set up node
27-
uses: actions/setup-node@v3
28-
29-
- name: Compile
30-
run: yarn && yarn test
31-
5+
326
publish:
33-
needs: [ compile, test ]
347
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
358
runs-on: ubuntu-latest
9+
3610
steps:
3711
- name: Checkout repo
3812
uses: actions/checkout@v4
39-
- name: Set up node
40-
uses: actions/setup-node@v3
41-
- name: Install dependencies
42-
run: yarn install
43-
- name: Build
44-
run: yarn build
45-
46-
- name: Publish to npm
47-
run: |
48-
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
49-
if [[ ${GITHUB_REF} == *alpha* ]]; then
50-
npm publish --access public --tag alpha
51-
elif [[ ${GITHUB_REF} == *beta* ]]; then
52-
npm publish --access public --tag beta
53-
else
54-
npm publish --access public
55-
fi
56-
env:
57-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13+
14+
- name: Publish Postman Collection
15+
uses: fern-api/action-postman-sync@v1.8
16+
with:
17+
api-key: ${{ secrets.POSTMAN_API_KEY }}
18+
workspace-id: ${{ secrets.POSTMAN_WORKSPACE }}
19+
collection-path: collection.json

.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)