Skip to content

Commit

Permalink
fix(action): add missing step on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
emkis committed Apr 5, 2022
1 parent abb0d4b commit 152398c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build
run: yarn build

- name: Produce declaration files
run: yarn api-report

- name: Release
run: yarn release
env:
Expand Down

0 comments on commit 152398c

Please sign in to comment.