We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d6cd7 commit c1202cdCopy full SHA for c1202cd
.github/workflows/dashboard_ci.yml
@@ -38,9 +38,9 @@ jobs:
38
- name: Create GitHub Release
39
uses: ncipollo/release-action@v1
40
with:
41
- tag: ${{ env.COMMIT_SHA }}
+ tag: release-${{ github.sha }}
42
owner: AstrBotDevs
43
repo: astrbot-release-harbour
44
- body: "Automated release from commit ${{ env.COMMIT_SHA }}"
+ body: "Automated release from commit ${{ github.sha }}"
45
token: ${{ secrets.ASTRBOT_HARBOUR_TOKEN }}
46
artifacts: "dashboard/dist.zip"
0 commit comments