Skip to content

Commit

Permalink
Update nuget-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pournasserian committed Nov 29, 2024
1 parent a7d8401 commit 585b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
for package in $(find ./src -name "*.nupkg"); do
echo "Should publish $package to nuget"
# dotnet nuget push "$package" --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN} &
dotnet nuget push "$package" --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN} &
done
wait
env:
Expand Down

0 comments on commit 585b4aa

Please sign in to comment.