updated the steps to the galaxy.yml update gets included. (#11)

This commit is contained in:
Mark Horninger 2024-02-24 11:14:28 -05:00 committed by GitHub
parent 0bc546671e
commit 69dda01d5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@ on:
release:
types: [published]
jobs:
update-version:
update-version-and-publish:
permissions:
contents: write
runs-on: ubuntu-latest
@ -25,11 +25,6 @@ jobs:
file_pattern: "galaxy.yml"
push_options: --force
ansible-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-publish-action@v1.0.0
with:
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}