Skip to content

Commit

Permalink
Use yarn in the native builder
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 16, 2024
1 parent b236639 commit 57775d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -32,10 +32,10 @@ jobs:
node-version: "18"

- name: Install dependencies
run: npm install
run: yarn install

- name: Build
run: npm run build
run: yarn build

- name: Tell release-it to do the GitHub release here
run:
Expand Down

0 comments on commit 57775d2

Please sign in to comment.