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 395b67d commit 4eeafd9Copy full SHA for 4eeafd9
.github/workflows/release.yml
@@ -153,8 +153,6 @@ jobs:
153
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
154
155
publish-nuget:
156
- # Only publish to NuGet.org from the modelcontextprotocol/csharp-sdk repository
157
- if: ${{ github.event_name == 'release' && github.repository == 'modelcontextprotocol/csharp-sdk' }}
158
needs: build-package
159
runs-on: ubuntu-latest
160
0 commit comments