Commit 4e90f5a
committed
Fix prerelease reference workflow push failure when PR exists
--force-with-lease fails with "stale info" because the workflow checks
out the prerelease branch but never fetches the auto/prerelease-reference
remote ref, so git has nothing to compare against. Use --force instead,
which is safe given the concurrency group prevents overlapping runs.1 parent 5725511 commit 4e90f5a
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments