Skip to content

Commit

Permalink
fix: add build step to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusdc committed Apr 28, 2022
1 parent 05405ef commit 932bf0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version: 'lts/*'
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 932bf0e

Please sign in to comment.