From c50f981d688c82f1a6d320d733b4178b605c5894 Mon Sep 17 00:00:00 2001 From: Andrew Scribner Date: Wed, 6 Jul 2022 07:05:23 -0400 Subject: [PATCH] hack: pin `release-charm` action to dev version (#40) Temporarily pins `release-charm` action pinned to a development version to handle charmhub branches. See #39 for more information. --- .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 6cb93d79..872d9260 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Release charm to channel - uses: canonical/charming-actions/release-charm@1.0.3 + uses: canonical/charming-actions/release-charm@handle-charmcraft-structured-status with: credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }} github-token: ${{ secrets.GITHUB_TOKEN }}