Skip to content

Commit fadfaab

Browse files
committed
fix: NuGet/login requires user input, not nuget-server-url
1 parent 89e4a5b commit fadfaab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: login
6262
uses: NuGet/login@v1
6363
with:
64-
nuget-server-url: https://api.nuget.org/v3/index.json
64+
user: PanoramicData
6565

6666
- name: Push to NuGet
6767
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)