Skip to content

Commit

Permalink
chore: add release-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Sep 28, 2021
1 parent fc84eb4 commit 8538913
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflow/release-notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: DingTalk Release Notify

on:
release:
types: [published]

jobs:
release-notify:
runs-on: ubuntu-latest
steps:
- uses: visiky/release-notify@main
with:
DING_TALK_TOKEN: ${{ secrets.DING_TALK_TOKEN}}
notify_title: '🎉 Resume release {release_tag} 🎉'
notify_body: '测试 G2'
notify_footer: ''
at_all: false

0 comments on commit 8538913

Please sign in to comment.