Skip to content

Commit

Permalink
fix: miss compile for release
Browse files Browse the repository at this point in the history
  • Loading branch information
LeJeanbono committed Oct 4, 2020
1 parent 93fdcda commit 0aed244
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
steps:
- name: Checkout 🛎
uses: actions/checkout@v1

- name: Install dependencies 📦
uses: cypress-io/github-action@v1
with:
runTests: false

- name: Build 🏗
run: npm run build

- name: Semantic Release 🚀
uses: cycjimmy/semantic-release-action@v2
if: github.event.inputs.release == 'true'
Expand Down

0 comments on commit 0aed244

Please sign in to comment.