Commit ec46466
authored
ci: add checkout step to publish jobs in pvm release workflows (#128)
gh CLI requires a git repo context to resolve GITHUB_REPOSITORY and
run 'gh release view/create/upload'. Both publish jobs were missing
actions/checkout, causing:
fatal: not a git repository (or any of the parent directories): .git
Signed-off-by: ls-ggg <[email protected]>1 parent 1477f32 commit ec46466
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
0 commit comments