Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored May 3, 2023
1 parent f48956d commit 36085b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Release beta SDKs
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --api beta --group sdks --log-level debug
run: fern generate --api beta --group sdks

- name: Release public SDKs
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: fern generate --api public --group sdks --version ${{ github.ref_name }} --log-level debug
run: fern generate --api public --group sdks --version ${{ github.ref_name }}

0 comments on commit 36085b2

Please sign in to comment.