Commit 5a4131d
committed
fix(ci): add --repo flag to gh commands in release-please workflow
gh CLI has no git repo context in the release-please job (no checkout
step), so it cannot auto-detect the repository. Adding --repo
$GITHUB_REPOSITORY to all three gh commands resolves the error:
'failed to run git: fatal: not a git repository'1 parent 3d2c15e commit 5a4131d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments