From 2f5f4df4845ee817785cf980a8edfbbd8717a297 Mon Sep 17 00:00:00 2001 From: zhifenglee-aelf Date: Thu, 6 Jun 2024 18:28:57 +0800 Subject: [PATCH] feat(publish): explicit endpoint --- .github/workflows/publish-templates-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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