You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧪 Run gh release w/o Git in CI/CD (#13942) (#13947)
* 🧪 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]>
0 commit comments