fix version problem

This commit is contained in:
pengfei.zhou 2020-03-25 17:10:27 +08:00 committed by osborn
parent e4f578046b
commit 942b868ca4

View File

@ -58,5 +58,5 @@ jobs:
with:
url: ${{ secrets.dingtalk_webhook }}
method: POST
payload: '{"msgtype": "text", "text": {"content": "Doric Release ${GITHUB_REF:10}"}}'
payload: "{\"msgtype\": \"text\", \"text\": {\"content\": \"Doric version ${GITHUB_REF:11} released.\"}}"
headers: '{"Content-Type": "application/json"}'