From 32d6cd777637b63e05f4980bde87f6009a784958 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 31 Aug 2025 11:50:26 +0800 Subject: [PATCH] fix: update GitHub release action parameters for clarity --- .github/workflows/dashboard_ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dashboard_ci.yml b/.github/workflows/dashboard_ci.yml index baa2de576..8689abbb5 100644 --- a/.github/workflows/dashboard_ci.yml +++ b/.github/workflows/dashboard_ci.yml @@ -39,7 +39,8 @@ jobs: uses: ncipollo/release-action@v1 with: tag: ${{ env.COMMIT_SHA }} - repo: AstrBotDevs/astrbot-release-harbour + owner: AstrBotDevs + repo: astrbot-release-harbour body: "Automated release from commit ${{ env.COMMIT_SHA }}" token: ${{ secrets.ASTRBOT_HARBOUR_TOKEN }} artifacts: "dashboard/dist.zip" \ No newline at end of file