fix CI
CI / Build & Test (push) Successful in 2m53s

This commit is contained in:
Raven Scott
2026-03-01 13:39:21 -05:00
parent 58a41f6965
commit 73eb9fe783
+1 -1
View File
@@ -170,7 +170,7 @@ jobs:
TAG="latest-main"
TITLE="Latest build (main @ ${SHORT_SHA})"
COMMIT_MSG=$(echo "${{ github.event.head_commit.message }}" | sed '/^Made-with:/d' | sed '/^$/d' | head -1)
BODY="Automated build from \`main\` branch.\n\n**Commit:** \`${{ github.sha }}\`\n**Message:** ${COMMIT_MSG}\n\nThis release is updated on every push to main and always contains the latest artifacts."
BODY="Automated build from main branch.\n\n**Commit:** ${{ github.sha }}\n**Message:** ${COMMIT_MSG}\n\nThis release is updated on every push to main and always contains the latest artifacts."
API="${{ github.server_url }}/api/v1/repos/${{ github.repository }}"
AUTH="Authorization: token ${{ secrets.RELEASE_TOKEN }}"