Skip to content

Updated the version number #2

Updated the version number

Updated the version number #2

name: publish-to-ansible-galaxy
on:
tags:
- *

Check failure on line 4 in .github/workflows/publish-to-ansible-galaxy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-to-ansible-galaxy.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
push:
branches:
- main
jobs:
ansible-publish:
steps:
- uses: ansible/[email protected]
with:
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}