We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa73b47 commit e947331Copy full SHA for e947331
.github/workflows/ci.yml
@@ -15,6 +15,6 @@ jobs:
15
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build-multi-sdk.yml@main
16
with:
17
configuration: Release
18
- dotnet_sdks: '["8.x", "9.x", "10.x"]'
+ dotnet_sdks: "['8.x', '9.x', '10.x']"
19
secrets:
20
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments