Skip to content

Commit

Permalink
🐛 attempt to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roberts committed Oct 9, 2023
1 parent 04e00a8 commit cae3a96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org
- name: Install peer dependencies
run: yarn add react@>=16.8.0 && yarn add react-native>=0.59.0
- name: Install react
run: yarn add [email protected]
- name: Install react-native
run: yarn add [email protected]
- name: Install dependencies
run: yarn install
- name: Build project
Expand Down

0 comments on commit cae3a96

Please sign in to comment.