From d6e128dcccbf516e692def582dffec7b77a2a8e0 Mon Sep 17 00:00:00 2001 From: "Wu, Ganhao" Date: Fri, 27 Mar 2020 22:36:24 +0800 Subject: [PATCH] Fix nuget push --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14c40228..0bc0fefc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,8 +37,8 @@ jobs: - name: Nuget Pack working-directory: . - run: nuget pack fmtlib.nuspec -version 6.1.2 -OutputFileNamesWithoutVersion -OutputDirectory dist + run: nuget pack fmtlib.nuspec -version 6.1.2-rc1 -OutputFileNamesWithoutVersion -OutputDirectory dist - name: Nuget Push working-directory: . - run: nuget push dist\fmtlib.nupkg \ No newline at end of file + run: nuget push dist\fmtlib.nupkg -ApiKey {{secrets.nuget_api_key}} \ No newline at end of file