[GHA] Switch draft_release workflow to workflow_dispatch
commit00698c586f552cb9cf753a8d060df855e694f2a4
authorKonstantin Tokarev <annulen@yandex.ru>
Tue, 29 Sep 2020 11:08:18 +0000 (29 14:08 +0300)
committerKonstantin Tokarev <annulen@yandex.ru>
Thu, 1 Oct 2020 08:35:18 +0000 (1 11:35 +0300)
tree35a178aab30d7fd43fafc46c89051d78ad518639
parent1e07e53aefb9867a4587150e70ce34281bd0574a
[GHA] Switch draft_release workflow to workflow_dispatch

* Now it's possible to push tag after inspecting results, no need to
  rewrite pushed tag if something went wrong.
* Removed ugly hack with secrets.QTWEBKIT_BUILD_NUMBER - it's not a secret
  but build input.
* Don't hardcode Qt version in workflow file, made it build input as well
* Removed dependency on 3rd-party action

Change-Id: I7bd85b354f38138b7a60fa0a272598b865d8c1b8
.github/workflows/draft_release.yml