diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b47968e..816ac5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,12 @@ jobs: node-version: 20 cache: npm + - name: Install Python + run: brew install python + + - name: Install Xcode Command Line Tools + run: xcode-select --install + - name: Install dependencies run: npm ci @@ -75,4 +81,4 @@ jobs: - name: Publish env: GH_TOKEN: ${{ secrets.TOKEN }} - run: npm run publish:mac + run: npm run publish:mac --verbose \ No newline at end of file