From 16b9cf55d11f5d869fc9de7ab25c76e8eadad997 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 11 Dec 2021 14:46:07 +0100 Subject: [PATCH] ci: Fetch all tags on CI so pyln versions can be recognized --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 293ec78..7a0fb79 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,7 @@ jobs: path: 'lightning' ref: 'master' submodules: 'recursive' + fetch-depth: 0 # Required for pyln versions to be recognized - name: Download runtime dependencies run: |