Skip to content

Commit

Permalink
Fixing release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogard committed Jan 6, 2022
1 parent 682ee41 commit dad92f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Setup dotnet 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
- name: Build and Test
run: ./Build.ps1
shell: pwsh
Expand Down

0 comments on commit dad92f3

Please sign in to comment.