Skip to content

Commit 94399f4

Browse files
committed
now doit
1 parent afc1ef1 commit 94399f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
run: |
5454
for nupkg in nupkg-src/*.nupkg; do
5555
echo "Uploading $nupkg"
56-
echo dotnet nuget push "$nupkg" --source "nuget.org" --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }}
56+
dotnet nuget push "$nupkg" --source "nuget.org" --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }}
5757
done

0 commit comments

Comments
 (0)