From 6a4fd7063359d4f24557764895a04358555625ba Mon Sep 17 00:00:00 2001 From: huanhuanwa <2323666215@qq.com> Date: Mon, 15 Jul 2024 17:17:30 +0800 Subject: [PATCH] build: remove notice --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a0e0cec..a72d35c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,11 +61,6 @@ jobs: with: path: 'package.json' prop_path: 'version' - - name: send message to webhook - uses: joelwmale/webhook-action@master - with: - url: 'https://hook-rc.pingcode.com/api/flow/w/http/357bdd4f00f34bfab2f878ad3b9e8b48' - body: '{ "version": "${{ steps.read-version.outputs.prop }}", "name": "ai-table" }' autoMerge: if: startsWith(github.head_ref, 'release-auto-') needs: [publish]