Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 6f1e1a2

Browse files
committed
ci(publish): try auto import after release
1 parent e9c0f85 commit 6f1e1a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ansible.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ jobs:
3434
uses: saitho/semantic-release-action-pnpm@master
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
37+
- name: Import repository into Ansible Galaxy
38+
uses: 0x022b/galaxy-role-import-action@v1
39+
with:
40+
galaxy_api_key: ${{ secrets.galaxy_api_key }}
41+
if: steps.release.outputs.new_release_published

0 commit comments

Comments
 (0)