Skip to content

Commit 0c2d8ee

Browse files
committed
Update release workflow for more consistency.
1 parent 4f59c63 commit 0c2d8ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
python-version: '3.x'
3333

3434
- name: Install Ansible.
35-
run: pip3 install ansible-base
35+
run: pip3 install ansible-core
3636

3737
- name: Trigger a new import on Galaxy.
38-
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
38+
run: >-
39+
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
40+
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)

0 commit comments

Comments
 (0)