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' }}