Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 3, 2024
1 parent 19667d0 commit 54ac84a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ jobs:
with:
node-version: 18

- name: Run preinstall script
env:
RXDB_LICENSE_KEY: ${{ secrets.RXDB_LICENSE_KEY }}
run: |
cd expo
chmod +x ../scripts/install-rxdb-license.ts
npx ts-node ../scripts/install-rxdb-license.ts
- name: Install Expo dependencies
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
RXDB_LICENSE_KEY: ${{ secrets.RXDB_LICENSE_KEY }}
run: |
cd expo
yarn install
Expand Down

0 comments on commit 54ac84a

Please sign in to comment.