Skip to content

Commit

Permalink
chore: delivery nuget to fromdoppler github packages
Browse files Browse the repository at this point in the history
This is to centralize all Nuget used by Doppler in our GitHub organization
  • Loading branch information
RodrigoPereyraDiaz committed Jul 3, 2024
1 parent 4c8410e commit eb7add2
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 @@ -51,4 +51,4 @@ jobs:
path: ./artifacts
- name: Delivery nuget to Github Packages
if: ${{ github.actor != 'dependabot[bot]' }}
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/MakingSense/index.json'
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/FromDoppler/index.json'

0 comments on commit eb7add2

Please sign in to comment.