Skip to content

Commit

Permalink
set fetch depth to 0 for main ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed May 22, 2024
1 parent e96fdb8 commit 0b39c86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: 📚 Git Checkout
uses: actions/checkout@v4
# 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 0b39c86

Please sign in to comment.