From 803f9a5c87fcfceb7b0070bf96480de2dc5e3a4f Mon Sep 17 00:00:00 2001 From: Laurence Bortfeld <472753+mrlaessig@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:56:45 +0100 Subject: [PATCH] chore: try to checkout the correct branch --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a27a6c..dd7fafb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,6 +19,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.event.workflow_run.head_branch }} - name: Setup Node uses: actions/setup-node@v4 with: