Skip to content

1.36.2

1.36.2 #77

Workflow file for this run

---
name: Release to Ansible Galaxy
on:
release:
types: [published]
jobs:
release:
runs-on: ubuntu-22.04
steps:
- name: galaxy
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: ${{ github.ref_name }}