mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Fix PRE_VERSION in Makefile (#1625)
* Fix make print-PREV_VERSION * Use latest Makefile while running operator-hub publish
This commit is contained in:
3
.github/workflows/publish-operator-hub.yaml
vendored
3
.github/workflows/publish-operator-hub.yaml
vendored
@@ -70,6 +70,9 @@ jobs:
|
||||
cp -f \
|
||||
awx-operator/hack/publish-to-operator-hub.sh \
|
||||
awx-operator-${{ env.TAG_NAME }}/hack/publish-to-operator-hub.sh
|
||||
cp -f \
|
||||
awx-operator/Makefile \
|
||||
awx-operator-${{ env.TAG_NAME }}/Makefile
|
||||
|
||||
- name: Build and publish bundle to operator-hub
|
||||
working-directory: awx-operator-${{ env.TAG_NAME }}
|
||||
|
||||
Reference in New Issue
Block a user