From 73a39fae7fa5031246c2d175e3e818d20ba98425 Mon Sep 17 00:00:00 2001 From: "Wu, Ganhao" Date: Fri, 27 Mar 2020 23:57:19 +0800 Subject: [PATCH] Fix - use of nuget api key in secrets. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0bc0fefc..0d685823 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,4 +41,4 @@ jobs: - name: Nuget Push working-directory: . - run: nuget push dist\fmtlib.nupkg -ApiKey {{secrets.nuget_api_key}} \ No newline at end of file + run: nuget push dist\fmtlib.nupkg -ApiKey ${{secrets.nuget_api_key}} \ No newline at end of file