From 65e6f4d242cc452024f7e996ab4b1541ac2f58fa Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 5 Jun 2024 16:20:22 -0400 Subject: [PATCH] remove teams message from release workflow redundant since there is a satis notice already --- .github/workflows/upload-asset-on-release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/upload-asset-on-release.yml b/.github/workflows/upload-asset-on-release.yml index 40dc33627..e3b30d944 100644 --- a/.github/workflows/upload-asset-on-release.yml +++ b/.github/workflows/upload-asset-on-release.yml @@ -127,8 +127,3 @@ jobs: -H "Content-Type: application/json" \ --data '{"files":["https://hiive.cloud/workers/release-api/plugins/bluehost/bluehost-wordpress-plugin"]}' - - name: Send message to ms teams - uses: dhollerbach/actions.send-message-to-ms-teams@v3 - with: - webhook: '${{ secrets.TEAMS_WEBHOOK_URL }}' - message: "Bluehost plugin version ${{ env.VERSION }} has been released!"