Skip to content

Commit c9f1ff3

Browse files
author
Orhan Babayigit
committed
Remove NuGet registration in GitHub
1 parent 0b21a6a commit c9f1ff3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
run: dotnet test --configuration Release --no-build --verbosity normal
3232
- name: Package nuget
3333
run: dotnet pack ./SharpIpp/SharpIpp.csproj --configuration release -o:package /p:PackageVersion=${{ steps.get_version.outputs.VERSION }}
34-
- name: Push generated package to GitHub registry
35-
run: dotnet nuget push ./package/*.nupkg --source "https://nuget.pkg.github.com/DigitecGalaxus/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
3634
- name: Push generated package to nuget registry
3735
run: dotnet nuget push ./package/*.nupkg --source "https://api.nuget.org/v3/index.json" -k ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)