Skip to content

Commit

Permalink
chore: prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
dbrennand committed Mar 2, 2024
1 parent 46a1778 commit c71eb37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ansible-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
- id: repository_name
run: echo "::set-output name=repository_name::$(echo ${{ github.repository }} | cut -d / -f 2)"

- id: role_name
run: echo "::set-output name=role_name::$(yq -r '.galaxy_info.role_name' meta/main.yml)"

- uses: actions/setup-python@v4
with:
python-version: "3.10"

- run: pip3 install ansible-core

- run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} ${{ github.repository_owner }} ${{ steps.repository_name.outputs.repository_name }}
- run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} --role-name ${{ steps.role_name.outputs.role_name }} ${{ github.repository_owner }} ${{ steps.repository_name.outputs.repository_name }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) for
[**whysthatso**](https://github.com/whysthatso) - *Contributor*

[**PleaseStopAsking**](https://github.com/PleaseStopAsking) - *Contributor*

[**markstos**](https://github.com/markstos) - *Contributor*

0 comments on commit c71eb37

Please sign in to comment.