From 031abb065452248c30ce8d8fb4d4eb9eeb69d1f0 Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Wed, 17 Apr 2024 17:18:01 +0100 Subject: [PATCH] fix: release-please branch --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 00e0210c5..e57442a1a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: release-please--branches--test-rp + ref: release-please--branches--main # Fetch the last 2 commits instead of just 1. (Fetching just 1 commit would overwrite the whole history) fetch-depth: 2