Skip to content

Commit c1202cd

Browse files
committed
fix: update GitHub release action to use correct commit SHA variable
1 parent 32d6cd7 commit c1202cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dashboard_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- name: Create GitHub Release
3939
uses: ncipollo/release-action@v1
4040
with:
41-
tag: ${{ env.COMMIT_SHA }}
41+
tag: release-${{ github.sha }}
4242
owner: AstrBotDevs
4343
repo: astrbot-release-harbour
44-
body: "Automated release from commit ${{ env.COMMIT_SHA }}"
44+
body: "Automated release from commit ${{ github.sha }}"
4545
token: ${{ secrets.ASTRBOT_HARBOUR_TOKEN }}
4646
artifacts: "dashboard/dist.zip"

0 commit comments

Comments
 (0)