From a8153d5ffb34412d6ea33a77d4f0a8393743697a Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:27:49 -0400 Subject: [PATCH] Automate publishing to automation hub (#1616) * Automate awx-operator publishing on operatorhub * Use scripts from workflow branch Previously it will use scripts from the release tag to do the release If we have to fix up the scripts for any reason we would have to retag This will allow us to modify the publishing script without having to retag the release. NOTE: the commit in this PR was accidentally pushed to `devel` directly... merging this PR just for the record.