canonical / observability

Apache License 2.0
7 stars 11 forks source link

fix: use promote-action from charming-actions #174

Closed lucabello closed 5 months ago

lucabello commented 5 months ago

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 :)