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 280ab12 commit b96fb80Copy full SHA for b96fb80
.github/workflows/nuget_upload.yml
@@ -23,4 +23,4 @@ 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: nuget push *.nupkg --ApiKey ${{ secrets.NUGET_TOKEN }}
0 commit comments