🧪 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 21ad5c65c979dfd2352784b3e074cd34f208dfdf)
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com>