Skip to content

Commit

Permalink
ci(nuget): fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Jan 30, 2025
1 parent 10f8fcd commit 2c606da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
dotnet-version: |
8.0.x
9.0.x
- name: Create NuGet package
run: dotnet pack -c Release --output nupkgs
Expand Down

0 comments on commit 2c606da

Please sign in to comment.