1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_client.git synced 2024-08-16 16:09:49 +02:00
ansible_role_avahi_client/.github/workflows/galaxy.yml

23 lines
434 B
YAML
Raw Normal View History

2021-09-02 01:44:09 +02:00
---
name: Galaxy release
# yamllint disable-line rule:truthy
on:
push:
branches: ['main']
release:
types: ['created']
jobs:
build:
runs-on: ubuntu-latest
steps:
2022-04-07 22:38:53 +02:00
- name: 'checkout git repo'
uses: actions/checkout@v3
- name: 'release on galaxy'
2022-04-05 23:29:12 +02:00
uses: robertdebock/galaxy-action@1.2.0
2021-09-02 01:44:09 +02:00
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
2022-04-07 22:38:53 +02:00
git_branch: 'main'