diff --git a/.github/workflows/publish-templates-staging.yml b/.github/workflows/publish-templates-staging.yml index 9bcf239..e314ce7 100644 --- a/.github/workflows/publish-templates-staging.yml +++ b/.github/workflows/publish-templates-staging.yml @@ -31,4 +31,4 @@ jobs: - name: Publish NuGet packages working-directory: ${{ env.WORKING_DIRECTORY }} run: | - dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEST_NUGET_API_KEY }} --source ${{ secrets.TEST_NUGET_FEED_URL }} \ No newline at end of file + dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEST_NUGET_API_KEY }} --source https://int.nugettest.org/ \ No newline at end of file