Skip to content

Commit 18f75f8

Browse files
committed
Try new version of GH action ansible_galaxy_collection
1 parent ae7abbf commit 18f75f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\/v/}" >> "$GITHUB_ENV"
4444

4545
- name: Build collection and publish to Galaxy
46-
uses: huyz/ansible_galaxy_collection@v2
46+
uses: artis3n/ansible_galaxy_collection@distlib
4747
with:
4848
collection_dir: ${{ env.WORKING_DIR }}
4949
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}

0 commit comments

Comments
 (0)