Skip to content

Commit

Permalink
Try new version of GH action ansible_galaxy_collection
Browse files Browse the repository at this point in the history
  • Loading branch information
huyz committed May 14, 2023
1 parent ae7abbf commit 18f75f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 18f75f8

Please sign in to comment.