From 20355e9524c17c18ac3a6d45b1da734987ec09f2 Mon Sep 17 00:00:00 2001 From: Adrien Le Moine Date: Wed, 25 Sep 2024 12:36:58 +0200 Subject: [PATCH] wip(cicd): Add a debug step to output release-please values (#14) --- .github/workflows/on-push-main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index a84c3a6..db024e4 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -63,10 +63,12 @@ jobs: extra-files: | lengow.php README.md + - name: Debug outputs + run: echo "${{ toJson(steps.release-please.outputs.pr) }}" - name: Checkout appropriate branch uses: actions/checkout@v4 with: - fetch-depts: 0 + fetch-depth: 0 ref: ${{ steps.release-please.outputs.pr.headBranchName }} - name: Generate MD5 Hashes run: php tools/checkmd5.php