Skip to content

Specify the tag when publishing to galaxy #4

Specify the tag when publishing to galaxy

Specify the tag when publishing to galaxy #4

name: Release to Ansible Galaxy
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: ${{ github.ref_name }}