From 6617725a9cfcd8e4702f47ba3c49140359023a48 Mon Sep 17 00:00:00 2001 From: Neha Oudin Date: Thu, 3 Oct 2024 09:03:25 +0200 Subject: [PATCH] fix: release libraries --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06a89793..152561fa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,6 +38,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - run: | + # Workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 + touch requirements.txt - name: Release any bumped charm libs uses: canonical/charming-actions/release-libraries@2.4.0 with: