Skip to content

Commit

Permalink
Add dotnet 7 to publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
willhausman committed Nov 11, 2022
1 parent 935bd1d commit d1b291f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: |
6.0.x
7.0.x
- name: Publish on version change
uses: alirezanet/publish-nuget@v3.0.4
with:
Expand Down

0 comments on commit d1b291f

Please sign in to comment.