From 3252f34e094335973be1408a28b0f406045d98d6 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Wed, 27 Dec 2023 14:53:09 +0000 Subject: [PATCH] chore(github-action): display files on-commits To ease release creation debugging, we list files in blobs dir and src dir --- .github/workflows/on-commits.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index 435ffa96..86adbc9a 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -79,6 +79,7 @@ jobs: else echo "Nothing to commit" fi + tree -s blobs src # TODO: optimize to only create a dev release if the blobs.yaml file has some changes