From 3b94b8e6eaf4df15b603a870b4dba45d1175996c Mon Sep 17 00:00:00 2001 From: Falcon Wu <9504402@qq.com> Date: Wed, 16 Dec 2020 09:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=951?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d90cab8..3947fb4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: # TAG_FORMAT: v* # API key to authenticate with NuGet server - NUGET_KEY: ${{ NUGETTOKEN }} + NUGET_KEY: ${{ secrets.NUGETTOKEN }} # NuGet server uri hosting the packages, defaults to https://api.nuget.org # NUGET_SOURCE: https://api.nuget.org