diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97d589a..6328587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Build + run: npm run build + - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}