Skip to content

Commit

Permalink
Merge pull request #7 from DavidJGapCR/DavidJGapCR-patch-2
Browse files Browse the repository at this point in the history
Update create-pre-release.yml
  • Loading branch information
DavidJGapCR authored Feb 15, 2022
2 parents c507200 + b689a57 commit 6363018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: Setup .NET 3.x
- name: Setup .NET 3.1
uses: actions/setup-dotnet@v1
with:
# Semantic version range syntax or exact version of a dotnet version
dotnet-version: '3.x'
dotnet-version: '3.1'

- name: Publish self-contained deployment
run: |
Expand Down

0 comments on commit 6363018

Please sign in to comment.