A new action was introduced in charming-actions to promote a charm across all bases and architectures. This PR changes the workflow to use that action.
This is the manual workflow that can be run on each repository to promote a charm.
It currently hardcodes latest/ as the track; we'll update it with a track selector in the future :)
Issue
Closes #123.
Solution
A new action was introduced in charming-actions to promote a charm across all bases and architectures. This PR changes the workflow to use that action.
This is the manual workflow that can be run on each repository to promote a charm.
It currently hardcodes
latest/
as the track; we'll update it with a track selector in the future :)