Skip to content

Commit e947331

Browse files
committed
add array
1 parent fa73b47 commit e947331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build-multi-sdk.yml@main
1616
with:
1717
configuration: Release
18-
dotnet_sdks: '["8.x", "9.x", "10.x"]'
18+
dotnet_sdks: "['8.x', '9.x', '10.x']"
1919
secrets:
2020
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)