From 35a18c48f55f32308392a0a7cec62a333447d150 Mon Sep 17 00:00:00 2001 From: janrywang Date: Thu, 2 Dec 2021 21:29:15 +0800 Subject: [PATCH] chore: add dingtalk notification for release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e7c0f75e0c..e85ce8f479c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,7 @@ jobs: - uses: janrywang/github-tag-release@main with: github_token: ${{ secrets.GITHUB_TOKEN }} + dingtalk_tokens: ${{secrets.DING_TALK_TOKENS}} - run: yarn run release:force env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}