Skip to content

Commit

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

- name: Install dotenv and fs-extra globally
run: |
npm install -g dotenv fs-extra
- name: Install jq
run: sudo apt-get install -y jq

- name: Run preinstall script
- name: Add RXDB_LICENSE_KEY to package.json
env:
RXDB_LICENSE_KEY: ${{ secrets.RXDB_LICENSE_KEY }}
run: |
cd expo
chmod +x ./scripts/install-rxdb-license.js
node ./scripts/install-rxdb-license.js
jq --arg license "$RXDB_LICENSE_KEY" '.accessTokens["rxdb-premium"] = $license' package.json > tmp.json && mv tmp.json package.json
- name: Install Expo dependencies
env:
Expand Down

0 comments on commit 083d554

Please sign in to comment.