Skip to content

Commit

Permalink
Removed explicit NuGet source
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Sep 24, 2024
1 parent b83c35b commit 56f531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Push to NuGet
if: ${{github.ref == 'refs/heads/master'}}
run: dotnet nuget push "./artifacts/**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} -s https://www.nuget.org --skip-duplicate
run: dotnet nuget push "./artifacts/**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} --skip-duplicate
shell: pwsh

- name: Push to NuGet Nightly
Expand Down

0 comments on commit 56f531a

Please sign in to comment.