From 5323ea1675178f7d05851ea8dce175f50a9d0129 Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Thu, 27 Nov 2025 14:28:19 +0800 Subject: [PATCH] fix: deprecate beta channel on npm --- .github/workflows/release.yml | 13 ------------- package.json | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80c496f64..79e7ecb69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,18 +60,6 @@ jobs: env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} - publish: - name: Publish NPM - needs: - - fast-forward - permissions: - contents: read - id-token: write - uses: ./.github/workflows/tag-npm.yml - with: - release: ${{ needs.fast-forward.outputs.release_tag }} - secrets: inherit - compose: name: Bump self-hosted versions needs: @@ -100,7 +88,6 @@ jobs: needs: - fast-forward - commit - - publish runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 diff --git a/package.json b/package.json index 27f3470fd..60a47f336 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, { "name": "develop", - "channel": "beta" + "channel": "latest" } ], "plugins": [