Skip to content

Merge pull request #1 from roles-ansible/docs #4

Merge pull request #1 from roles-ansible/docs

Merge pull request #1 from roles-ansible/docs #4

Workflow file for this run

---
name: Galaxy release
# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v4
- name: 'release on galaxy'
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 'main'