Skip to content

Commit

Permalink
Fix publish install (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpar authored Sep 9, 2024
1 parent edf024a commit 6cbd280
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
dotnet-version: |
8.0.x
9.0.x
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 6cbd280

Please sign in to comment.