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 5786aab commit 381075fCopy full SHA for 381075f
.github/workflows/close-milestone.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
fetch-depth: 0
16
17
+ - uses: actions/setup-dotnet@v3
18
+
19
- name: Install GitVersion
20
uses: gittools/actions/gitversion/setup@v0.10.2
21
.github/workflows/update-milestone.yml
@@ -18,6 +18,8 @@ jobs:
ref: ${{ github.sha }}
22
23
- name: Fetch all history for all tags and branches
24
run: git fetch --prune
25
0 commit comments