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