Skip to content

Commit

Permalink
chore: add git fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddesmet committed May 16, 2024
1 parent 31c78d6 commit 6a6882c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
filter: tree:0
- name: 'Git Fetch Tags'
run: git fetch --tags
- name: 'Install .NET SDK'
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 6a6882c

Please sign in to comment.