Skip to content

Commit b96fb80

Browse files
authored
Fix apikey flag (#167)
1 parent 280ab12 commit b96fb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Pack
2424
run: nuget pack dropbox-sdk-dotnet\Dropbox.Api\Dropbox.Api.nuspec
2525
- name: Publish
26-
run: nuget push *.nupkg -ApiKey=${{ secrets.NUGET_TOKEN }}
26+
run: nuget push *.nupkg --ApiKey ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)