diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f6e1f5..1c7d5cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: npm install - name: Build - run: npm run build + run: npm run build-only - name: Release env: GITHUB_TOKEN: ${{ secrets.GTOKEN }}