We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4809e78 commit 0901c55Copy full SHA for 0901c55
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
fetch-depth: 0
23
24
+ - name: Fetch all history for all tags and branches
25
+ run: git fetch --prune --unshallow
26
+
27
- name: Install .NET Core SDK
28
uses: actions/setup-dotnet@v1
29
0 commit comments