From aefd3a898e12fdddf494a1d60d1eb6f7f5e0903c Mon Sep 17 00:00:00 2001 From: Paul Kilmurray Date: Mon, 3 Jun 2024 16:00:16 +0100 Subject: [PATCH] update workflow --- .github/workflows/tag-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: