diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47ff7f9..67a6396 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: huyz/ansible_galaxy_collection@v2 + uses: artis3n/ansible_galaxy_collection@distlib with: collection_dir: ${{ env.WORKING_DIR }} api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}