Commit a9f7e6e
* 🧪 Run `gh release` w/o Git in CI/CD
It is possible to use `gh release create --repo=` [[1]] so that GH CLI
does not need to infer the repository information from the Git
repository.
GH CLI supports passing such options via environment values [[2]],
which is what this patch makes use of.
It's a follow-up for #13891.
[1]: https://cli.github.com/manual/gh_release_create
[2]: https://cli.github.com/manual/gh_help_environment
* 📝 Add a change note for PRs #13942 and #13891
(cherry picked from commit 21ad5c6)
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 2682a66 commit a9f7e6e
File tree
3 files changed
+5
-5
lines changed- .github/workflows
- changelog
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | 123 | | |
129 | 124 | | |
130 | 125 | | |
| |||
140 | 135 | | |
141 | 136 | | |
142 | 137 | | |
| 138 | + | |
143 | 139 | | |
144 | 140 | | |
145 | 141 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments