Skip to content

Commit

Permalink
set fetch depth to 0 for main ci (#54)
Browse files Browse the repository at this point in the history
* set fetch depth to 0 for main ci

* add missing with:
  • Loading branch information
bryanoltman committed May 24, 2024
1 parent 1b92b8f commit 1e01aa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e01aa6

Please sign in to comment.