diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3b13b23..073c7b4 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,6 +27,6 @@ jobs: run: dotnet build -c Release --no-restore - name: Publish to private nuget repo run: | - dotnet nuget list source dotnet nuget add source ${{ secrets.NUGET_FEED_URL }} -u "-" -p ${{ secrets.TSP_NUGET_PAT }} --store-password-in-clear-text --valid-authentication-types "basic" + dotnet nuget list source dotnet nuget push "Tilde.Translation/bin/Release/Tilde.Translation.*.nupkg" --source ${{ secrets.NUGET_FEED_URL }} --api-key VSTS