Skip to content

Commit

Permalink
fix: remove size check on release (#3)
Browse files Browse the repository at this point in the history
* remove size on release
  • Loading branch information
salza80 authored Jul 15, 2024
1 parent 7537284 commit 2ca0afa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:

- name: Build
run: npm run build

- name: Size Limit
uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 🚀 Release
env:
Expand Down

0 comments on commit 2ca0afa

Please sign in to comment.