From 53276f39614dafde423131554c0c3e3c62bd4276 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 01:09:27 +0530 Subject: [PATCH] ci: update release workflow try11 --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4bdff3..e27624b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,13 @@ jobs: steps: - name: Checkouts repo uses: actions/checkout@v4 + + - run: chmod +x ./scripts/format-package-json.sh + + - name: Debug format-package-json.sh script + run: | + cat ./scripts/format-package-json.sh && ls -al ./scripts + - name: Conventional changelog action id: changelog uses: TriPSs/conventional-changelog-action@v5