Skip to content

Commit

Permalink
Almost there... (stay on target)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed May 23, 2024
1 parent f4f6071 commit 684241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
# path: packages

- name: Push to NuGet
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --no-service-endpoint --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 684241b

Please sign in to comment.