From ec2cf2244907a4284920069613f4f3e63e56da10 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Sat, 17 Jan 2026 16:48:44 +0900 Subject: [PATCH] fix(ci): enable platform binaries publishing --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cbc48a852..243982ddf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,7 +141,6 @@ jobs: CI: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_CONFIG_PROVENANCE: true - SKIP_PLATFORM_PACKAGES: true - name: Delete draft release run: gh release delete next --yes 2>/dev/null || echo "No draft release to delete"