Skip to content

Commit f4138b9

Browse files
committed
fix nuget push
1 parent 71c72a8 commit f4138b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
generateReleaseNotes: true
4040
- name: Push packages
41-
run: dotnet nuget push packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_KEY}
41+
run: dotnet nuget push packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)