Update release.yml
This commit is contained in:
parent
2f75db00e8
commit
8a071e0c2a
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user