From beab0155126c1aa4c5d7089937d6d4b3dab4a1a5 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Sat, 17 Jan 2026 17:45:33 +0900 Subject: [PATCH] ci: skip platform packages (already published manually) --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 243982ddf..cbc48a852 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -141,6 +141,7 @@ 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"