Skip to content

Commit

Permalink
CI - fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille committed Feb 11, 2021
1 parent bc43a38 commit ce17375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: pip3 install ansible-base

- name: Trigger a new import on Galaxy.
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} abims-sbr ansible-singularity

0 comments on commit ce17375

Please sign in to comment.