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