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