Skip to content

Commit

Permalink
Release 0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 19, 2023
0 parents commit b9f849b
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fernignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Specify files that shouldn't be modified by Fern
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: ci
on: [push]

jobs:

publish:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Publish Postman Collection
uses: fern-api/[email protected]
with:
api-key: ${{ secrets.POSTMAN_API_KEY }}
workspace-id: ${{ secrets.POSTMAN_WORKSPACE }}
collection-path: collection.json
Loading

0 comments on commit b9f849b

Please sign in to comment.