Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
bulch committed Feb 16, 2025
1 parent 9865d04 commit 5746ac8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
- name: Install Ansible.
run: pip3 install ansible-core

- name: Install required collections
run: |
ansible-galaxy collection install community.docker
ansible-galaxy collection install community.general
- name: List installed collections
run: ansible-galaxy collection list

- name: Trigger a new import on Galaxy.
run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
Expand Down

0 comments on commit 5746ac8

Please sign in to comment.