Skip to content

Commit

Permalink
Indicate source.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Jan 3, 2024
1 parent 08d1a15 commit 6028683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Push nuget package
run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_TOKEN }}
run: dotnet nuget push "*.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 6028683

Please sign in to comment.