Files
JetBrains_intellij-platform…/.github
ilya cbbad2beac fix: handle empty releases list in draft cleanup step (#578)
When a new project has no releases yet, `gh api repos/{owner}/{repo}/releases`
returns empty JSON, causing `xargs` to fail with exit code 123:
"unexpected end of JSON input". 
use xargs -r instead of explicit empty check for draft cleanup
2026-04-17 14:37:11 +02:00
..
2023-08-04 14:35:01 +02:00
2024-10-02 14:47:55 +02:00