From a703f97d585a97ce0a15f00d62ec754d505509b4 Mon Sep 17 00:00:00 2001 From: Mehdi Bendriss Date: Thu, 14 Mar 2024 17:25:30 +0100 Subject: [PATCH] Replaced artifact-name by prefix (#376) ## Issue The new `release_charm` workflow requires as input `artifact-prefix` instead of `artifact-name`, which is the new output of the `build-charm` workflow --- .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 249df3f82..80ede9da5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.7.2 with: channel: 6/edge - artifact-name: ${{ needs.build.outputs.artifact-name }} + artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} secrets: charmhub-token: ${{ secrets.CHARMHUB_TOKEN }} permissions: