Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed May 1, 2024
1 parent 155d087 commit e0a275a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion src/lib/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0a275a

Please sign in to comment.