chore(gha): fix release preparation workflow (#8468)

This commit is contained in:
César Arroba
2025-08-07 10:41:16 +02:00
committed by GitHub
parent 033e9fd58c
commit a41663fb0d
@@ -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' }}