Skip to content

Commit

Permalink
fix: Actually do build in the release, not just install...
Browse files Browse the repository at this point in the history
  • Loading branch information
xdy committed Jun 29, 2020
1 parent 3cd77c6 commit 1d9aa4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Install
run: npm ci

- name: Build
run: npm run build

- name: Release
run: npx semantic-release
env:
Expand Down

0 comments on commit 1d9aa4b

Please sign in to comment.