bc728a753a
The --json flag is not valid for gh pr create, only for read commands like gh pr list and gh pr view. This was causing the release workflow to fail with 'unknown flag: --json' in the Create PR step. The PR number is correctly retrieved on the line after via gh pr list, so no other change was needed. Co-Authored-By: Paperclip <noreply@paperclip.ing>