Develop to Main (#32)
Reviewed-on: #32 Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit was merged in pull request #32.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user