diff --git a/.github/workflows/release-notify.yml b/.github/workflows/release-notify.yml index 85b6440b2e..8d1a7af10b 100644 --- a/.github/workflows/release-notify.yml +++ b/.github/workflows/release-notify.yml @@ -15,6 +15,7 @@ jobs: - name: After changesets run: | echo "::debug::Event release ${{toJson(github.event.release)}}" + exit 0 # 暂时关闭 DingTalk Release Notify,待解决问题:Release Notify action 获取 Latest Release 是上一个版本问题 # - name: DingTalk Release Notify # uses: visiky/dingtalk-release-notify@main