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