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 b96fb80 commit 3f15ce1Copy full SHA for 3f15ce1
.github/workflows/nuget_upload.yml
@@ -23,4 +23,6 @@ jobs:
23
- name: Pack
24
run: nuget pack dropbox-sdk-dotnet\Dropbox.Api\Dropbox.Api.nuspec
25
- name: Publish
26
- run: nuget push *.nupkg --ApiKey ${{ secrets.NUGET_TOKEN }}
+ run: |
27
+ nuget setApiKey ${{ secrets.NUGET_TOKEN }}
28
+ nuget push *.nupkg
0 commit comments