Skip to content

Commit d1b28db

Browse files
chore: delivery nuget to fromdoppler github packages
This is to centralize all Nuget used by Doppler in our GitHub organization
1 parent 94af13f commit d1b28db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
path: ./artifacts
5252
- name: Delivery nuget to Github Packages
5353
if: ${{ github.actor != 'dependabot[bot]' }}
54-
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/MakingSense/index.json'
54+
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/FromDoppler/index.json'

0 commit comments

Comments
 (0)