diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3d68d45..ae4bd82 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -26,4 +26,4 @@ jobs: run: | REPO_OWNER=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 1) PACKAGE_PATH=$(find ./artifacts -name '*.nupkg' -print -quit) - dotnet nuget push "$PACKAGE_PATH" --source "https://nuget.pkg.github.com/$REPO_OWNER/index.json" --api-key "${{ secrets.GITHUB_TOKEN }}" --skip-duplicate \ No newline at end of file + dotnet nuget push "$PACKAGE_PATH" --source "https://api.nuget.org/v3/index.json" --api-key "${{ secrets.HOFFMANN_DSD_NUGETORG_TOKEN }}" --skip-duplicate