Update publish.yml

This commit is contained in:
osborn
2020-03-25 19:51:41 +08:00
committed by GitHub
parent 61c74e1c25
commit 994cec49b7

View File

@@ -58,5 +58,5 @@ jobs:
with:
url: ${{ secrets.dingtalk_webhook }}
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"}'