From 554ee17690aa0f964a735734a4f8ec4db49d1049 Mon Sep 17 00:00:00 2001 From: Jason Nucciarone <40342202+NucciTheBoss@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:21:26 -0400 Subject: [PATCH] fix(ci): bump release-libraries to 2.6.1 For some reason is looking for metadata.yaml file. --- .github/workflows/release-libs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-libs.yaml b/.github/workflows/release-libs.yaml index 4976c1f..5b041bb 100644 --- a/.github/workflows/release-libs.yaml +++ b/.github/workflows/release-libs.yaml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Release updated libraries to Charmhub - uses: canonical/charming-actions/release-libraries@2.4.0 + uses: canonical/charming-actions/release-libraries@2.6.1 with: credentials: "${{ secrets.CHARMCRAFT_AUTH }}" # FIXME: Expires 2024-10-30 github-token: "${{ secrets.GITHUB_TOKEN }}"