diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 834b18c..1979498 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -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: