From a41663fb0db50b0accb1adc68b5c02e3a474b2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Thu, 7 Aug 2025 10:41:16 +0200 Subject: [PATCH] chore(gha): fix release preparation workflow (#8468) --- .github/workflows/prowler-release-preparation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/prowler-release-preparation.yml b/.github/workflows/prowler-release-preparation.yml index 85782a3ce7..bd96fcf132 100644 --- a/.github/workflows/prowler-release-preparation.yml +++ b/.github/workflows/prowler-release-preparation.yml @@ -147,6 +147,9 @@ jobs: exit 1 fi git checkout -b "$BRANCH_NAME" + + # Push the new branch first so it exists remotely + git push origin "$BRANCH_NAME" - name: Update prowler dependency in api/pyproject.toml if: ${{ env.PATCH_VERSION == '0' }}