Skip to content

1.18.4

1.18.4 #77

Workflow file for this run

---
name: Release to Ansible Galaxy
on:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-20.04
steps:
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}