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 d2c4a82 commit 7186746Copy full SHA for 7186746
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
/p:Version=${{ steps.nbgv.outputs.NuGetPackageVersion }}
40
41
- name: Push to NuGet
42
+ ## push only stable packages
43
+ if: github.ref == 'refs/heads/main'
44
run: dotnet nuget push **/*.nupkg
45
--api-key ${{ secrets.NUGET_DEPLOY_KEY }}
46
--source https://api.nuget.org/v3/index.json
0 commit comments