From 4485fce2593890fae20c2b7139fab3bab4d12c92 Mon Sep 17 00:00:00 2001 From: ryanformio Date: Thu, 21 Mar 2024 11:11:48 -0500 Subject: [PATCH] Show workspace contents before prepublish --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6684da88..ba1a44a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -113,6 +113,10 @@ jobs: with: cmd: prepublish + - name: Show workspace contents + run: | + ls -R . + - name: Prepare version for publish id: prep run: |