chore(gha): add target_commitish to the release creation step (#8297)

This commit is contained in:
César Arroba
2025-07-16 16:07:06 +02:00
committed by GitHub
parent 4b104e92f0
commit 7213187e6c
@@ -206,6 +206,7 @@ jobs:
name: Prowler ${{ env.PROWLER_VERSION }}
body_path: combined_changelog.md
draft: true
target_commitish: ${{ env.PATCH_VERSION == '0' && 'master' || env.BRANCH_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}