Update publish.yml

This commit is contained in:
osborn 2020-03-25 20:15:38 +08:00 committed by GitHub
parent 3e262fae64
commit a7e7e550e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ${{env.GITHUB_REF:11}} released."}}' payload: '{"msgtype": "text", "text": {"content": "Doric version ${{env.GITHUB_REF}} released."}}'
headers: '{"Content-Type": "application/json"}' headers: '{"Content-Type": "application/json"}'