Skip to content

Minor CI fix.

Minor CI fix. #97

Workflow file for this run

---
#
# Ansible managed
#
name: Release to Ansible Galaxy
on:
release:
types:
- published
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}