From 009a04aa4021effa6e5b8adc64ee3d65cbc9eed7 Mon Sep 17 00:00:00 2001 From: Adrien Le Moine Date: Wed, 25 Sep 2024 14:19:01 +0200 Subject: [PATCH] fix(cicd): Correct the checksums generation --- .github/workflows/on-push-main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index 200f4f4..e2cad89 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -63,10 +63,6 @@ jobs: extra-files: | lengow.php README.md - - name: Debug outputs - env: - RP_OUT: ${{ toJson(steps.release-please.outputs) }} - run: echo "${{ env.RP_OUT }}" - name: Checkout appropriate branch uses: actions/checkout@v4 with: