From 4926062f7856fa11ef397dbfb75c8fb72600473a Mon Sep 17 00:00:00 2001 From: Billy Olsen Date: Wed, 22 May 2024 11:04:03 -0700 Subject: [PATCH] chore: bump release of charming-actions to 2.5.0-rc The metadata.yaml file was removed, but the charming-actions requires the metadata.yaml file for versions < 2.5. Bump the version to 2.5.0-rc (no stable release yet) in order to use a version compatible with this change. Signed-off-by: Billy Olsen --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d4ad43a..edd3512 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,10 +32,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Select charmhub channel - uses: canonical/charming-actions/channel@2.2.0 + uses: canonical/charming-actions/channel@2.5.0-rc id: channel - name: Upload charm to charmhub - uses: canonical/charming-actions/upload-charm@2.2.0 + uses: canonical/charming-actions/upload-charm@2.5.0-rc with: credentials: "${{ secrets.CHARMCRAFT_AUTH }}" github-token: "${{ secrets.GITHUB_TOKEN }}"