From 2ca0afad96ec93b4e5c05a18eb99557cb43673db Mon Sep 17 00:00:00 2001 From: Sally Mclean Date: Mon, 15 Jul 2024 19:03:55 +0200 Subject: [PATCH] fix: remove size check on release (#3) * remove size on release --- .github/workflows/test_and_release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 3a823bf..52f0474 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -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: