From e0a275ad80261e083ed09a654651f20a8288799c Mon Sep 17 00:00:00 2001 From: Oleg Shilov Date: Wed, 1 May 2024 13:24:06 +0700 Subject: [PATCH] chore: cleanup --- .github/workflows/release.yml | 9 --------- src/lib/common.ts | 1 - 2 files changed, 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 339a2bc..0e68704 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,15 +35,6 @@ jobs: - name: Build package run: yarn build - - name: Print npm packed tarball info - run: npm pack --dry-run - - # - name: Configure bot - # run: | - # git config user.name ${{ secrets.GITHUB_BOT_USERNAME }} - # git config user.email ${{ secrets.GITHUB_BOT_EMAIL }} - # git remote set-url origin https://${{ secrets.GITHUB_BOT_TOKEN }}@github.com/haqq-network/app-store-scraper.git - - name: Release run: yarn semantic-release env: diff --git a/src/lib/common.ts b/src/lib/common.ts index 18448ba..8d5853f 100644 --- a/src/lib/common.ts +++ b/src/lib/common.ts @@ -51,7 +51,6 @@ export async function doRequest( ...requestOptions, }; - // Make the request using `got` library and await the response const { data }: any = await axios.get(url, options); // Check response status code