From c0be58b2ce6c36d94cc386cea1f6d4f75db4833f Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Sat, 17 Jan 2026 17:46:16 +0900 Subject: [PATCH] Revert "ci: skip platform packages (already published manually)" This reverts commit beab0155126c1aa4c5d7089937d6d4b3dab4a1a5. --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cbc48a85..243982dd 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"