Skip to content

Commit 381075f

Browse files
authored
Fix up milestone actions
1 parent 5786aab commit 381075f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/close-milestone.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17+
- uses: actions/setup-dotnet@v3
18+
1719
- name: Install GitVersion
1820
uses: gittools/actions/gitversion/[email protected]
1921
with:

.github/workflows/update-milestone.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
ref: ${{ github.sha }}
1919
fetch-depth: 0
2020

21+
- uses: actions/setup-dotnet@v3
22+
2123
- name: Fetch all history for all tags and branches
2224
run: git fetch --prune
2325

0 commit comments

Comments
 (0)