Skip to content

1.22.0

1.22.0 #88

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/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: ${{ github.ref_name }}