From 69dda01d5e86a947ed1e253b247455baef32b96a Mon Sep 17 00:00:00 2001 From: Mark Horninger <13180040+spam-n-eggs@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:14:28 -0500 Subject: [PATCH] updated the steps to the galaxy.yml update gets included. (#11) --- .github/workflows/publish-to-ansible-galaxy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index 43856eb..70f141a 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -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 }}