Skip to content

Commit

Permalink
Ensure GitVersion is able to read git history
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGosselin committed May 25, 2020
1 parent 0a2c5cd commit e035fc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Fetch all history for all tags and branches so GitVersion can work its magic
run: git fetch --prune --unshallow

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit e035fc2

Please sign in to comment.