Skip to content

Commit

Permalink
Fix publish action
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
vladgh committed Jun 9, 2021
1 parent 2efdb1d commit 5ca737e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Publish collection
uses: docker://ghcr.io/artis3n/ansible_galaxy_collection@latest
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: '${{ secrets.ANSIBLE_GALAXY_API_KEY }}'
galaxy_version: '${{ env.RELEASE_VERSION }}'

0 comments on commit 5ca737e

Please sign in to comment.