From 5fada2560d61307fb44737da8d9782195f3fc522 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 12 May 2025 01:23:32 +0530 Subject: [PATCH] ci: update release workflow try16 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e15892e..17d59d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,11 +11,11 @@ jobs: - name: Checkouts repo uses: actions/checkout@v4 - - run: chmod +x ./scripts/format-package-json && ls -al + - run: chmod +x ./scripts/format-package-json.js && ls -al - - name: Debug format-package-json script + - name: Debug format-package-json.js script run: | - cat ./scripts/format-package-json && ls -al ./scripts/format-package-json + cat ./scripts/format-package-json.js && ls -al ./scripts/format-package-json.js - name: Conventional changelog action id: changelog @@ -24,7 +24,7 @@ jobs: skip-on-empty: false git-user-name: "github-actions[bot]" git-user-email: "github-actions[bot]@users.noreply.github.com" - pre-commit: ./scripts/format-package-json + pre-commit: ./scripts/format-package-json.js github-token: ${{ secrets.GITHUB_TOKEN }} - name: Create release