Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vese committed Feb 1, 2022
2 parents 0a3dbc6 + e720c92 commit e844b6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
run: |
cd Recaptcha.Verify.Net
dotnet pack -c Release -o out --no-restore
dotnet nuget push "out/*.nupkg" --skip-duplicate --no-symbols true --api-key ${{secrets.NUGET_TOKEN}}
cd out
dotnet nuget push "*.nupkg" --skip-duplicate --no-symbols true --api-key ${{secrets.NUGET_TOKEN}}

0 comments on commit e844b6f

Please sign in to comment.