Cutting a release
Publish Release / build (push) Canceled after 22s

This commit is contained in:
2026-08-20 16:58:43 +02:00
parent 7c0c5e4a85
commit 952daa2897
4 changed files with 31 additions and 1 deletions
+15
View File
@@ -84,3 +84,18 @@ jobs:
env:
NODE_OPTIONS: '--experimental-fetch'
- name: Announce Release
uses: tsickert/discord-webhook@v7.0.0
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
content: "New Beta Release"
username: "Spearhead Release Bot"
#TODO: avatar-url spearhead avatar
thread-id: 1538520596802175037
embed-title: "Spearhead Release"
embed-color: 3093247
embed-description:
${{ steps.release_notes.outputs.body }}
embed-url:
https://git.dutchie031.com/Spearhead/spearhead/releases/tag/${{ steps.read_version.outputs.tag }}