diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b204fadf0463f..ade159ddabcb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: steps: - name: 📚 Git Checkout uses: actions/checkout@v4 + with: + # Fetch all branches and tags to ensure that Flutter can determine its version + fetch-depth: 0 - name: 🎯 Setup Dart uses: dart-lang/setup-dart@v1