Skip to content

Commit

Permalink
Try fork of GH action ansible_galaxy_collection
Browse files Browse the repository at this point in the history
So that `manifest` in galaxy.yml can be supported during galaxy publish.
  • Loading branch information
huyz committed May 12, 2023
1 parent a97303b commit ae7abbf
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: artis3n/ansible_galaxy_collection@v2
uses: huyz/ansible_galaxy_collection@v2
with:
collection_dir: ${{ env.WORKING_DIR }}
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
Expand Down

0 comments on commit ae7abbf

Please sign in to comment.