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