canonical / data-platform-libs

A collection of charm libraries curated by the Data Platform Team
https://charmhub.io/data-platform-libs
Apache License 2.0
10 stars 9 forks source link

Bump charming-actions to 2.2.2 (to fix release-libraries@2.2.0) #41

Closed taurus-forever closed 1 year ago

taurus-forever commented 1 year ago

At the moment, the current release-libraries@2.2.0 is failing with really strange error: https://github.com/canonical/data-platform-libs/actions/runs/4067139974/jobs/7004849787

Error: Not Found Error: HttpError: Not Found at /home/runner/work/_actions/canonical/charming-actions/2.2.0/dist/release-libraries/index.js:8603:21 at processTicksAndRejections (internal/process/task_queues.js:97:5)

The version 2.2.1 has related fix: https://github.com/canonical/charming-actions/releases/tag/2.2.1

This patch unlocks the ability to run release-libraries on push events to main, which is a way less error-prone approach than publishing directly on PR create.

Let's update charming-actions to the latest 2.2.2 which looks stable for other repos.