Skip to content

Commit 564c78e

Browse files
committed
FIX: Pass nuget user to releaes pipeline
1 parent b47c460 commit 564c78e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: nuget/login@v1
7070
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run != 'true')
7171
with:
72-
nuget-api-url: https://api.nuget.org/v3/index.json
72+
user: ${{ secrets.NUGET_USER }}
7373

7474
- name: 🚀 Publish to NuGet
7575
shell: pwsh

0 commit comments

Comments
 (0)