From d06bd5ac0d25783306b10af7329858fa6340f011 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 01:28:46 +0530 Subject: [PATCH] ci: remove debug steps --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17d59d5..33f6543 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,6 @@ jobs: - name: Checkouts repo uses: actions/checkout@v4 - - run: chmod +x ./scripts/format-package-json.js && ls -al - - - name: Debug format-package-json.js script - run: | - cat ./scripts/format-package-json.js && ls -al ./scripts/format-package-json.js - - name: Conventional changelog action id: changelog uses: TriPSs/conventional-changelog-action@v5