Skip to content

Commit

Permalink
Print ansible-galaxy version in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Nov 29, 2023
1 parent 2036214 commit 72b8e1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: ansible-galaxy version
run: ansible-galaxy --version

- name: Import role
run: ansible-galaxy role import --api-key ${ANSIBLE_GALAXY_API_KEY} ${GITHUB_REPOSITORY%/*} ${GITHUB_REPOSITORY#*/}
env:
Expand Down

0 comments on commit 72b8e1f

Please sign in to comment.