diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index ffc7f5b..0e01030 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -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 }}