Fix - use of nuget api key in secrets.
This commit is contained in:
parent
d91e8f8e8a
commit
73a39fae7f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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}}
|
||||
Loading…
Reference in New Issue
Block a user