Commit 63c255c
CI: fix pr-test-builds release creation failing with target_commitish error
The --target flag was passing the inav commit SHA to gh release create
in iNavFlight/pr-test-builds. That SHA does not exist in that repo so
GitHub rejected it with HTTP 422 "Release.target_commitish is invalid".
Remove --target so the release is anchored to the default branch (main)
of pr-test-builds, which is the correct behaviour for a binary hosting
repo.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c7edbc3 commit 63c255c
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
0 commit comments