Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
update workflow to .net 8 as well
  • Loading branch information
snixtho authored Jun 5, 2024
1 parent 6f503eb commit a794739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Configure .NET 7
- name: Configure .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Setup Dependencies
run: dotnet restore $SOLUTION
Expand Down

0 comments on commit a794739

Please sign in to comment.