Update release.yml

This commit is contained in:
Alex Kretzschmar 2024-03-15 20:11:37 -07:00 committed by GitHub
parent 2f75db00e8
commit 8a071e0c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
name: Release name: Release
'on': on:
workflow_dispatch:
push: push:
tags: tags:
- '*' - '*'
@ -28,4 +29,4 @@ jobs:
- name: Trigger a new import on Galaxy. - name: Trigger a new import on Galaxy.
run: >- run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ env.GALAXY_USERNAME }}) $(echo ${{ github.repository }} | cut -d/ -f2) $(echo ${{ env.GALAXY_USERNAME }}) $(echo ${{ github.repository }} | cut -d/ -f2)