Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
imperugo committed Mar 10, 2020
1 parent 13f42fe commit e14f072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
run: |
for f in ./packages/*.nupkg
do
dotnet nuget push @$f --api-key ${{ secrets.NuGetApiKey}} --source https://api.nuget.org/v3/index.json
dotnet nuget push $f --api-key ${{ secrets.NuGetApiKey}} --source https://api.nuget.org/v3/index.json
done
shell: bash

0 comments on commit e14f072

Please sign in to comment.