Skip to content

Commit

Permalink
fix: Build before releasing, fixes #267. (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Apr 4, 2021
1 parent 30b5f52 commit 1f1bcfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
node-version: 12.x
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Release
run: yarn semantic-release
env:
Expand Down

0 comments on commit 1f1bcfe

Please sign in to comment.