diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99ae3f74..f6ea2fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf11df7c..524d319f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - filter: tree:0 - name: Setup .NET uses: actions/setup-dotnet@v4