From 08f27f9feca8162e1a737f3c7ae09b2dec1fe6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Radoi?= <103035318+reneradoi@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:30:57 +0200 Subject: [PATCH] create new resource revision for redis-image (#88) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d0ea2f4..0ad1926 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Upload charm to charmhub uses: canonical/charming-actions/upload-charm@2.1.1 with: - resource-overrides: "redis-image:3" + resource-overrides: "redis-image:4" credentials: "${{ secrets.CHARMHUB_TOKEN }}" github-token: "${{ secrets.GITHUB_TOKEN }}" channel: "${{ steps.channel.outputs.name }}"