Skip to content

Commit

Permalink
Merge pull request #32 from sillsdev/changeNuGetSecret
Browse files Browse the repository at this point in the history
Use org secret for nuget.org deployment
  • Loading branch information
andrew-polk authored Aug 22, 2023
2 parents 20e1070 + 9ad6526 commit e7ec057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:

- name: Push to Nuget
run: |
dotnet nuget push SIL.DesktopAnalytics.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} --skip-duplicate
dotnet nuget push SIL.DesktopAnalytics.*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}} --skip-duplicate
dotnet nuget push SIL.DesktopAnalytics.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.SILLSDEV_PUBLISH_NUGET_ORG}} --skip-duplicate
dotnet nuget push SIL.DesktopAnalytics.*.snupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.SILLSDEV_PUBLISH_NUGET_ORG}} --skip-duplicate

0 comments on commit e7ec057

Please sign in to comment.