Skip to content

Commit

Permalink
Fix dotnet-versions format
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Nov 29, 2024
1 parent 98a060f commit 455f8f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build:
uses: xoofx/.github/.github/workflows/dotnet.yml@main
with:
dotnet-version: '6.0 8.0 9.0'
dotnet-version: |
6.0
8.0
9.0
secrets:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 comments on commit 455f8f3

Please sign in to comment.