From 56d574c527af885907b0b0f06c315a1d6bda1227 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 01:14:06 +0530 Subject: [PATCH] ci: update release workflow try13 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f9cc5d..bdf446d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkouts repo uses: actions/checkout@v4 - - run: chmod +x ./scripts/format-package-json.sh + - run: chmod +x ./scripts/format-package-json.sh && ls -al - name: Debug format-package-json.sh script run: |