Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
fix: add missing compile step in workflow (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Mar 6, 2021
1 parent a9f1124 commit 6e6f7e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Install dependencies
run: |
npm install
- name: Compiling
run: |
npm run compile
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_TOKEN }}
Expand Down

0 comments on commit 6e6f7e5

Please sign in to comment.