Skip to content

Commit 0fa2938

Browse files
authored
Update build.yml
1 parent f584e59 commit 0fa2938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
with:
6969
name: nupkg
7070
- name: Push to nuget.org
71-
run: dotnet nuget push ./nupkg/**/*.* --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key $NugetApiKey
71+
run: dotnet nuget push ./nupkg/**/*.* --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NugetApiKey }}

0 commit comments

Comments
 (0)