Skip to content

Commit

Permalink
Fix up milestone actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Sep 20, 2023
1 parent 5786aab commit 381075f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-dotnet@v3

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
ref: ${{ github.sha }}
fetch-depth: 0

- uses: actions/setup-dotnet@v3

- name: Fetch all history for all tags and branches
run: git fetch --prune

Expand Down

0 comments on commit 381075f

Please sign in to comment.