diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a01d841..d9d2f56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,9 @@ jobs: - run: npm ci + - name: Build + run: npm run build + - name: Create Release uses: softprops/action-gh-release@v1 with: