From 2070e4b302e6834f45555b92a72a985575538189 Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Tue, 12 Nov 2024 08:49:29 +0100 Subject: [PATCH] Add some debug output --- .github/workflows/bump-version-and-create-release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bump-version-and-create-release.yaml b/.github/workflows/bump-version-and-create-release.yaml index 63ef1b1..22a4012 100644 --- a/.github/workflows/bump-version-and-create-release.yaml +++ b/.github/workflows/bump-version-and-create-release.yaml @@ -91,6 +91,12 @@ jobs: mkdir -p /tmp/artifacts/ docker run --rm -v /tmp/artifacts:/tmp/artifacts util_caching_release cp -r /release /tmp/artifacts/ + - name: Print debug outputs + run: | + ls -la /tmp/artifacts/release + cat version + git status + - name: Create Release uses: ncipollo/release-action@v1 with: