Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
twenzel authored Jan 24, 2022
1 parent f342dc4 commit dc030da
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v2
- name: Checkout the repository
uses: actions/checkout@v2

- name: Setup .NET Core
- name: Fetch all tags and branches
run: git fetch --prune --unshallow

- name: Install .NET SDK
uses: actions/setup-dotnet@v1
with:
# gitversion needs 5.0 and we need all SDKs the project is targeting
dotnet-version: |
3.1.x
5.0.x
Expand Down

0 comments on commit dc030da

Please sign in to comment.