From 7f5f17de6385b7f45b267ccf8711f8853f265093 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 9 Aug 2026 19:38:11 +0800 Subject: [PATCH] ci(release): pin release workflow to dispatched commit --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f039d57..f95528a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,11 +24,6 @@ on: - rc - canary - latest - branch: - description: 'Release Branch (confirm release branch)' - required: true - default: 'main' - permissions: {} jobs: @@ -65,7 +60,6 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 1 - ref: ${{ github.event.inputs.branch }} - name: Setup Node.js uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0