From 44335ed6d33557b7dd8cf5ded5e5126051ac5bb6 Mon Sep 17 00:00:00 2001 From: fi3ework Date: Tue, 15 Oct 2024 14:01:19 +0800 Subject: [PATCH] ci: fix should publish on selected branch --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a695ecc20..eb7093438 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 25 + ref: ${{ github.event.inputs.branch }} - name: Install Pnpm run: corepack enable