From 603d3b5edfbc7864e279950f8981c534397105d9 Mon Sep 17 00:00:00 2001 From: Thomas Battenfeld <46334240+thomasbtf@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:56:33 +0100 Subject: [PATCH] fix(ci): change release please PR branch (#481) Co-authored-by: Alexander Thomas <77535027+alethomas@users.noreply.github.com> --- .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 5061eb6b5..59503269a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -95,7 +95,7 @@ jobs: - name: Switch to release PR on origin if: ${{ steps.pr_created.outputs.pr == 'true' && steps.release.outputs.release_created != 'true' }} run: | - git checkout release-v${{ env.VERSION }} + git checkout release-please--branches--master - name: Change containerized tag if: ${{ steps.pr_created.outputs.pr == 'true' && steps.release.outputs.release_created != 'true' }}