Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybibikov authored Apr 16, 2024
1 parent 67188ea commit 811cacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ jobs:
run: |
for file in $(find ${NuGetDirectory} -name "*.nupkg")
do
dotnet nuget push "$file" --api-key "${NUGET_PUSH_KEY}" --source https://api.nuget.org/v3/index.json --skip-duplicate
dotnet nuget push "$file" --api-key "${{NUGET_PUSH_KEY}}" --source https://api.nuget.org/v3/index.json --skip-duplicate
done

0 comments on commit 811cacd

Please sign in to comment.