fix: update GitHub release action parameters for clarity

This commit is contained in:
Soulter
2025-08-31 11:50:26 +08:00
parent 2f78d30e93
commit 32d6cd7776
+2 -1
View File
@@ -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"