From ae7abbf629dd90dabaa322bb96a1c55638cadb8e Mon Sep 17 00:00:00 2001 From: huyz Date: Fri, 12 May 2023 09:49:36 -0700 Subject: [PATCH] Try fork of GH action ansible_galaxy_collection So that `manifest` in galaxy.yml can be supported during galaxy publish. --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ccfc45a..47ff7f9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> "$GITHUB_ENV" - name: Build collection and publish to Galaxy - uses: artis3n/ansible_galaxy_collection@v2 + uses: huyz/ansible_galaxy_collection@v2 with: collection_dir: ${{ env.WORKING_DIR }} api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}