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 b47c460 commit 564c78eCopy full SHA for 564c78e
1 file changed
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
uses: nuget/login@v1
70
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run != 'true')
71
with:
72
- nuget-api-url: https://api.nuget.org/v3/index.json
+ user: ${{ secrets.NUGET_USER }}
73
74
- name: 🚀 Publish to NuGet
75
shell: pwsh
0 commit comments