Skip to content

Commit 505e63d

Browse files
committed
Correct secrets
1 parent 095f5a0 commit 505e63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- run: dir -recurse
2424

2525
- name: push
26-
run: nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secret.NUGET_API_KEY }}
26+
run: nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
2727

0 commit comments

Comments
 (0)