From a0b9e46038a92f185d444256563c1eb8b3cdf301 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 01:30:32 +0530 Subject: [PATCH] ci: update release workflow try17 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33f6543..9762058 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: - name: Checkouts repo uses: actions/checkout@v4 + - run: chmod +x ./scripts/format-package-json.js + - name: Conventional changelog action id: changelog uses: TriPSs/conventional-changelog-action@v5