Skip to content

Commit

Permalink
Checks out code to avoid issue with upload command
Browse files Browse the repository at this point in the history
  • Loading branch information
mscottford authored Nov 6, 2021
1 parent c52d381 commit a361673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
needs: build-matrix
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0 # Required for GitVersion

- name: Download Coverage Files
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit a361673

Please sign in to comment.