@antv/react-g@1.10.19 #129
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🎉 Release Notify | |
on: | |
workflow_dispatch: | |
release: | |
types: [published] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sleep 10s | |
uses: juliangruber/sleep-action@v1 | |
with: | |
time: 10s | |
- name: Pre Release Notify | |
uses: visiky/dingtalk-release-notify@main | |
with: | |
DING_TALK_TOKEN: ${{ secrets.DING_TALK_TOKEN}} | |
notify_title: '🎉 G 新版本发布啦 🎉' | |
notify_body: '## { title } <hr /> ![preview](https://gw.alipayobjects.com/zos/antfincdn/9Ivxcn0hFl/Gtoutu.png) <hr /> 看看有哪些更新吧 <hr />' | |
notify_footer: '> 前往 [**AntV/G Releases**](https://github.com/antvis/G/releases/latest) 查看完整更新日志.' | |
at_all: false | |
enable_prerelease: true |