diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 591b9f4..7053b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: - name: Release if: github.event_name == 'push' && steps.check.outputs.changed == 'true' - run: ./scripts/release.sh + run: | + git update-index --chmod=+x ./scripts/release.sh + ./scripts/release.sh env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}