diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index 29c8d71..9f96809 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -33,4 +33,4 @@ jobs: - name: Pack run: dotnet msbuild -t:pack ${Solution_Path} - name: Push - run: dotnet nuget push --api-key ${NuGet_Api_Key} --source https://api.nuget.org/v3/index.json \ No newline at end of file + run: dotnet nuget push --api-key ${{ secrets.NuGet_Api_Key }} --source ${{ env.Nuget_Source_Url}} \ No newline at end of file