Fix workflows

This commit is contained in:
Tyrrrz 2023-11-30 00:32:37 +02:00
parent ee436f8e68
commit cfbbc4b8e2
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,8 @@ on:
push:
branches:
- master
tags:
- "*"
pull_request:
branches:
- master

View file

@ -5,6 +5,8 @@ on:
push:
branches:
- master
tags:
- "*"
pull_request:
branches:
- master
@ -198,6 +200,6 @@ jobs:
body: |
{
"avatar_url": "https://raw.githubusercontent.com/${{ github.event.repository.full_name }}/${{ github.ref_name }}/favicon.png",
"content": "**${{ github.event.repository.name }}** v${{ github.ref_name }} has been released!\n[Download](<${{ github.event.repository.html_url }}/releases/tag/${{ github.ref_name }}>)"
"content": "[**${{ github.event.repository.name }}**](<${{ github.event.repository.html_url }}>) v${{ github.ref_name }} has been released!"
}
retry-count: 5