Ansible Galaxy Publish Action
Version updated for https://github.com/somaz94/ansible-galaxy-publish-action to version v1.1.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Ansible Galaxy Publish Action is a GitHub Action designed to automate the publishing of Ansible collections or roles to Ansible Galaxy. It streamlines the process by handling tasks such as building and publishing collections or importing roles, with features like dry-run mode for validation without using an API key and artifact uploads for manual inspection. This action simplifies CI workflows by providing key outputs like published references, artifact paths, and collection versions, while supporting version pinning for Ansible.
What’s Changed
Documentation
- Update changelog (3f456b7)
- Update CONTRIBUTORS.md (7137176)
- Update changelog (2471da7)
Miscellaneous
- Bump softprops/action-gh-release from 2 to 3 (4526385)
Refactoring
- Unify namespace+name inputs, derive version from galaxy.yml, upload dry-run artifact, polish summary (12fb2a7)
Full Changelog: https://github.com/somaz94/ansible-galaxy-publish-action/compare/v1.0.0...v1.1.0