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 1d1bd98 commit fa73b47Copy full SHA for fa73b47
.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