Skip to content

Commit a5c54c7

Browse files
committed
Remove need to explicitly fetch git tags
1 parent eba30aa commit a5c54c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
with:
3434
lfs: true
3535
fetch-depth: 0
36-
- name: 'Git Fetch Tags'
37-
run: git fetch --tags
38-
shell: pwsh
3936
- name: 'Install .NET Core SDK'
4037
uses: actions/[email protected]
4138
- name: 'Dotnet Tool Restore'

0 commit comments

Comments
 (0)