Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 3, 2024
1 parent 49fae25 commit 29b1388
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ jobs:
with:
node-version: 18

- name: Install dotenv and fs-extra globally
run: |
npm install -g dotenv fs-extra
- name: Run preinstall script
env:
RXDB_LICENSE_KEY: ${{ secrets.RXDB_LICENSE_KEY }}
run: |
cd expo
npm install dotenv fs-extra
chmod +x ./scripts/install-rxdb-license.js
node ./scripts/install-rxdb-license.js
Expand Down

0 comments on commit 29b1388

Please sign in to comment.