Skip to content

Commit dc030da

Browse files
authored
Update release.yml
1 parent f342dc4 commit dc030da

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ jobs:
1010
runs-on: ubuntu-18.04
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- name: Checkout the repository
14+
uses: actions/checkout@v2
1415

15-
- name: Setup .NET Core
16+
- name: Fetch all tags and branches
17+
run: git fetch --prune --unshallow
18+
19+
- name: Install .NET SDK
1620
uses: actions/setup-dotnet@v1
1721
with:
22+
# gitversion needs 5.0 and we need all SDKs the project is targeting
1823
dotnet-version: |
1924
3.1.x
2025
5.0.x

0 commit comments

Comments
 (0)