Fix workflows

pull/1167/head
Tyrrrz 1 year ago
parent ee436f8e68
commit cfbbc4b8e2

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

@ -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

Loading…
Cancel
Save