diff --git a/.github/workflows/shorebird_ci.yml b/.github/workflows/shorebird_ci.yml index 65821c645ac1d..ea4f27f0361bd 100644 --- a/.github/workflows/shorebird_ci.yml +++ b/.github/workflows/shorebird_ci.yml @@ -44,6 +44,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