We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7abbf commit 18f75f8Copy full SHA for 18f75f8
.github/workflows/publish.yml
@@ -43,7 +43,7 @@ jobs:
43
run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> "$GITHUB_ENV"
44
45
- name: Build collection and publish to Galaxy
46
- uses: huyz/ansible_galaxy_collection@v2
+ uses: artis3n/ansible_galaxy_collection@distlib
47
with:
48
collection_dir: ${{ env.WORKING_DIR }}
49
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
0 commit comments