From 876c42d87cb0f2c7a6e00a8cf7038a90fb5fd5af Mon Sep 17 00:00:00 2001 From: shivanshtalwar0 Date: Tue, 30 Sep 2025 00:19:49 +0530 Subject: [PATCH] fix --- .github/workflows/publish_package.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/publish_package.yaml b/.github/workflows/publish_package.yaml index a06575e2..ed7906b0 100644 --- a/.github/workflows/publish_package.yaml +++ b/.github/workflows/publish_package.yaml @@ -38,11 +38,7 @@ jobs: # Install dependencies - name: Install dependencies run: flutter pub get - - # Analyze code for errors - - name: Analyze code - run: flutter analyze --no-pub - + # Check for publish warnings (only on release) - name: Check publish warnings if: github.event_name == 'release'