@ant-design/[email protected] & @ant-design/[email protected] #20
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: DingTalk Release Notification | |
on: | |
release: | |
types: [published] | |
permissions: | |
contents: read | |
jobs: | |
release-helper: | |
permissions: | |
contents: write # for actions-cool/release-helper to create releases | |
if: ${{ !github.event.release.draft }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send to Ant Design Web3 DingGroup | |
uses: thinkasany/release-helper@main | |
with: | |
dingding-token: ${{ secrets.WEB3_DINGDING_BOT_TOKEN }} | |
msg-title: '{{v}} 发布日志' | |
msg-poster: 'https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*zx7LTI_ECSAAAAAAAAAAAABkARQnAQ' | |
msg-footer: '💬 前往 [**Ant Design Web3 Releases**]({{url}}) 查看更新日志 🐦 twitter: https://twitter.com/AntDesignWeb3' |