fix: update GitHub release action to use correct commit SHA variable

This commit is contained in:
Soulter
2025-08-31 11:52:42 +08:00
parent 32d6cd7776
commit c1202cda63
+2 -2
View File
@@ -38,9 +38,9 @@ jobs:
- name: Create GitHub Release
uses: ncipollo/release-action@v1
with:
tag: ${{ env.COMMIT_SHA }}
tag: release-${{ github.sha }}
owner: AstrBotDevs
repo: astrbot-release-harbour
body: "Automated release from commit ${{ env.COMMIT_SHA }}"
body: "Automated release from commit ${{ github.sha }}"
token: ${{ secrets.ASTRBOT_HARBOUR_TOKEN }}
artifacts: "dashboard/dist.zip"