From c51188d47ff8f0aed435145a1b8023467acc04ec Mon Sep 17 00:00:00 2001 From: "Mingor(100757)" Date: Wed, 28 Aug 2024 13:19:15 +0800 Subject: [PATCH] update actions yaml --- .gitea/workflows/nuget.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/nuget.yaml b/.gitea/workflows/nuget.yaml index 8fcb31c..d3d5ffc 100644 --- a/.gitea/workflows/nuget.yaml +++ b/.gitea/workflows/nuget.yaml @@ -28,4 +28,4 @@ jobs: - name: Pack run: dotnet pack -c Release --no-restore - name: Publish - run: dotnet nuget push bin/Release/*.nupkg + run: dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_APIKEY }}