Skip to content

Commit ce17375

Browse files
committed
CI - fix release
1 parent bc43a38 commit ce17375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: pip3 install ansible-base
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: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} abims-sbr ansible-singularity

0 commit comments

Comments
 (0)