diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f9cc5d..bdf446d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - name: Checkouts repo uses: actions/checkout@v4 - - run: chmod +x ./scripts/format-package-json.sh + - run: chmod +x ./scripts/format-package-json.sh && ls -al - name: Debug format-package-json.sh script run: |