Skip to content

bump collection version #12

bump collection version

bump collection version #12

Workflow file for this run

name: Publish on Galaxy
on:
push:
tags:
- "*"
jobs:
galaxy-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Ansible Publish
uses: ansible/[email protected]
with:
api_key: ${{ secrets.GALAXY_API_KEY }}