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