Fix workflows

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

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

@ -5,6 +5,8 @@ on:
push: push:
branches: branches:
- master - master
tags:
- "*"
pull_request: pull_request:
branches: branches:
- master - master
@ -198,6 +200,6 @@ jobs:
body: | body: |
{ {
"avatar_url": "https://raw.githubusercontent.com/${{ github.event.repository.full_name }}/${{ github.ref_name }}/favicon.png", "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 retry-count: 5

Loading…
Cancel
Save