Skip to content

Commit caa2f12

Browse files
committed
Adding fetch depth 0 to get all tags
1 parent 6e6bb22 commit caa2f12

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/nightly_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v2
25+
with:
26+
fetch-depth: 0
2527

2628
- id: check_tag
2729
name: Check latest tag

MaterialDesignToolkit.Full.sln

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29021.104
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.0.31612.314
54
MinimumVisualStudioVersion = 10.0.40219.1
65
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaterialDesignDemo", "MainDemo.Wpf\MaterialDesignDemo.csproj", "{CF0A27A8-EF82-44E5-B673-ECCC150C48ED}"
76
EndProject
@@ -29,7 +28,6 @@ EndProject
2928
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{55087897-5F09-45CA-8E12-12B36B45F262}"
3029
ProjectSection(SolutionItems) = preProject
3130
.editorconfig = .editorconfig
32-
azure-pipelines.yml = azure-pipelines.yml
3331
Scripts\BuildNugets.ps1 = Scripts\BuildNugets.ps1
3432
Directory.Build.props = Directory.Build.props
3533
Directory.packages.props = Directory.packages.props
@@ -40,6 +38,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
4038
MaterialDesignThemes.nuspec = MaterialDesignThemes.nuspec
4139
.github\workflows\nightly_release.yml = .github\workflows\nightly_release.yml
4240
.github\workflows\pr_verification.yml = .github\workflows\pr_verification.yml
41+
README.md = README.md
4342
EndProjectSection
4443
EndProject
4544
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MaterialDesignThemes.UITests", "MaterialDesignThemes.UITests\MaterialDesignThemes.UITests.csproj", "{594D2254-3623-4088-A8BD-D74B6E96DE9F}"

0 commit comments

Comments
 (0)