From 2c45df6a4d2023b6e92d38f460027c90adae42d6 Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Sat, 24 Feb 2024 11:14:06 -0500 Subject: [PATCH] updated the steps to the galaxy.yml update gets included. --- .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 }}