File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 fetch-depth : 0
2020 - name : Restore dotnet tools
2121 run : dotnet tool restore
22- - name : Fetch complete repository
23- run : git fetch
22+ - name : Fetch complete repository including tags
23+ run : git fetch --tags && git describe
2424 - name : Generate version info from git history
2525 run : dotnet gitversion /output json > gitversion.json
2626 - name : Upload version info file
Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424 - name : Restore dotnet tools
2525 run : dotnet tool restore
26- - name : Fetch complete repository
27- run : git fetch
26+ - name : Fetch complete repository including tags
27+ run : git fetch --tags && git describe
2828 - name : Generate version info from git history
2929 run : dotnet gitversion /output json > gitversion.json
3030 - name : Upload version info file
You can’t perform that action at this time.
0 commit comments