From a100f6c16ca3a7e3bed0aa7227b1c40fc8f81d24 Mon Sep 17 00:00:00 2001 From: Neha Oudin <17551419+Gu1nness@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:42:14 +0200 Subject: [PATCH] fix: release workflow (#500) ## Issue Implement workaround for https://github.com/canonical/charmcraft/issues/1389#issuecomment-1880921728 --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77032721e..686a3f6c3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,6 +40,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: