Skip to content

@antv/g@6.0.7

@antv/g@6.0.7 #144

Workflow file for this run

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