From eb69f3e1ac558dd5d0c465b5ba4dcd30ed616e0e Mon Sep 17 00:00:00 2001 From: matei jordache Date: Sat, 1 Jun 2024 13:40:27 -0700 Subject: [PATCH] skip rebuild --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcb16a0..955716e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | pnpm i - pnpm rebuild --recursive pnpm ${{ matrix.pnpm_command }} - name: 📦 Release binary