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 a019a42 commit aefd3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
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
chmod +x ./scripts/install-rxdb-license.js
node ./scripts/install-rxdb-license.js
- name: Install Expo dependencies
env:
Expand Down

0 comments on commit aefd3a8

Please sign in to comment.