Update publish.yml
This commit is contained in:
parent
90988cef51
commit
3e262fae64
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -54,9 +54,9 @@ jobs:
|
||||
BINTARY_APIKEY: ${{ secrets.BINTARY_APIKEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: dingtalk
|
||||
uses: JantHsueh/webrequest-action@master
|
||||
uses: satak/webrequest-action@master
|
||||
with:
|
||||
url: ${{ secrets.dingtalk_webhook }}
|
||||
method: POST
|
||||
payload: '{"msgtype": "text", "text": {"content": "Doric version ${{GITHUB_REF}} released."}}'
|
||||
payload: '{"msgtype": "text", "text": {"content": "Doric version ${{env.GITHUB_REF:11}} released."}}'
|
||||
headers: '{"Content-Type": "application/json"}'
|
||||
|
Reference in New Issue
Block a user