From e125464a3c988f7bb4bfe73ccf20eb89d9e32a90 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 21 Mar 2026 20:27:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=8A=E6=9B=B4=E5=8F=96=E5=BE=97?= =?UTF-8?q?=E5=AD=98=E5=8F=96=E5=BA=AB=E6=93=81=E6=9C=89=E8=80=85=E7=9A=84?= =?UTF-8?q?=E5=8F=83=E6=95=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index a2cf5f0..15a9802 100644 --- a/action.yaml +++ b/action.yaml @@ -17,4 +17,4 @@ runs: RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }} RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }} RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} - NUGET_AUTHOR: ${{ gitea.author }} \ No newline at end of file + NUGET_AUTHOR: ${{ gitea.repository_owner }} \ No newline at end of file