Skip to content

Commit

Permalink
chore: Update release.yml, install Python and Xcode Command Line Tool…
Browse files Browse the repository at this point in the history
…s, and improve page load with lazy loading for images
  • Loading branch information
sajjadmrx committed Jun 14, 2024
1 parent 791bf44 commit f87cc5a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -75,4 +81,4 @@ jobs:
- name: Publish
env:
GH_TOKEN: ${{ secrets.TOKEN }}
run: npm run publish:mac
run: npm run publish:mac --verbose

0 comments on commit f87cc5a

Please sign in to comment.