From 2505187fbdadfa4fa680216f95008125c25155bd Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 18 May 2025 16:43:26 +0200 Subject: [PATCH] fix invalid brach option (now ref) --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index cb34f6e95..d99daa998 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v4 with: - branch: release + ref: release - name: Rebase run: | git fetch origin HEAD --depth=1