ci: fix release wf, bump to 1.2.4

This commit is contained in:
Guido Grazioli 2023-05-09 15:25:41 +02:00
parent 6cb4aac556
commit e4811221be
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ansible-core antsibull
sudo apt --fix-missing update
sudo apt install -y sed hub
- name: Build collection

View file

@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: keycloak
version: "1.2.3"
version: "1.2.4"
readme: README.md
authors:
- Romain Pelisse <rpelisse@redhat.com>