mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 10:50:31 -07:00
ci: fix release wf, bump to 1.2.4
This commit is contained in:
parent
6cb4aac556
commit
e4811221be
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install ansible-core antsibull
|
pip install ansible-core antsibull
|
||||||
|
sudo apt --fix-missing update
|
||||||
sudo apt install -y sed hub
|
sudo apt install -y sed hub
|
||||||
|
|
||||||
- name: Build collection
|
- name: Build collection
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
namespace: middleware_automation
|
namespace: middleware_automation
|
||||||
name: keycloak
|
name: keycloak
|
||||||
version: "1.2.3"
|
version: "1.2.4"
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Romain Pelisse <rpelisse@redhat.com>
|
- Romain Pelisse <rpelisse@redhat.com>
|
||||||
|
|
Loading…
Add table
Reference in a new issue