Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathew committed Dec 13, 2023
1 parent 724797c commit dc88986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

- name: Push package to NuGet.org
run: |
dotnet nuget push ./bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push ./bin/Release/*.nupkg -s https://nuget.skywardapps.us/v3/index.json --skip-duplicate

0 comments on commit dc88986

Please sign in to comment.