Skip to content

Commit

Permalink
ci: change action for push to galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre committed Jun 29, 2024
1 parent 2fb8274 commit 95b1020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Show tags
run: echo "Publishing tag ${{ github.ref }} to Ansible Galaxy"
- name: Publish Ansible role to Galaxy
uses: ansible-actions/ansible-galaxy-action@v1.2.0
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
galaxy_version: "${{ github.ref }}"
git_branch: ${{ github.ref }}

0 comments on commit 95b1020

Please sign in to comment.