Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: typo in conditional at create pl script
  • Loading branch information
alucardzom committed Jul 4, 2025
commit f80f44e0770dd2ca0bf7ad9150c12cd12a3c3100
2 changes: 1 addition & 1 deletion .github/scripts/create-platform-release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ get_release_branch_name() {
if [ "$TEST_ONLY" == "true" ]; then
echo "release-testing/${new_version}"
return 0
elif
else
echo "${new_version}"
fi

Expand Down
Loading