Skip to content

Commit

Permalink
Update publish.yml for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier authored Aug 9, 2024
1 parent ed0772d commit 5345805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Download package
uses: robinraju/[email protected]
Expand Down

0 comments on commit 5345805

Please sign in to comment.