Skip to content

Merge pull request #12 from roles-ansible/wlan #13

Merge pull request #12 from roles-ansible/wlan

Merge pull request #12 from roles-ansible/wlan #13

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@v3
- name: 'release on galaxy'
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 'main'