Update publish.yml
This commit is contained in:
parent
61c74e1c25
commit
994cec49b7
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -58,5 +58,5 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
url: ${{ secrets.dingtalk_webhook }}
|
url: ${{ secrets.dingtalk_webhook }}
|
||||||
method: POST
|
method: POST
|
||||||
payload: "{\"msgtype\": \"text\", \"text\": {\"content\": \"Doric version ${GITHUB_REF:11} released.\"}}"
|
payload: "{\"msgtype\": \"text\", \"text\": {\"content\": \"Doric version ${{GITHUB_REF:11}} released.\"}}"
|
||||||
headers: '{"Content-Type": "application/json"}'
|
headers: '{"Content-Type": "application/json"}'
|
||||||
|
Reference in New Issue
Block a user