Fix - use of nuget api key in secrets.

This commit is contained in:
Wu, Ganhao 2020-03-27 23:57:19 +08:00
parent d91e8f8e8a
commit 73a39fae7f

View File

@ -41,4 +41,4 @@ jobs:
- name: Nuget Push
working-directory: .
run: nuget push dist\fmtlib.nupkg -ApiKey {{secrets.nuget_api_key}}
run: nuget push dist\fmtlib.nupkg -ApiKey ${{secrets.nuget_api_key}}