bc728a753a8fa89bb12ca2a589d50a6d531d84fa
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>
Description
Languages
Shell
100%