From 0653d875996da9ba25a7298d3ba58ed5dfc28d23 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Fri, 1 Mar 2024 20:58:23 +0100 Subject: [PATCH] ci(all): Test format mattermost notification debug --- .github/workflows/build_publish_compute.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_publish_compute.yml b/.github/workflows/build_publish_compute.yml index a587314..2c36ff7 100644 --- a/.github/workflows/build_publish_compute.yml +++ b/.github/workflows/build_publish_compute.yml @@ -202,5 +202,4 @@ jobs: - name: Notify to Mattermost # if: ${{ !env.PRERELEASE }} run: | - ${{ steps.create_release.outputs.html_url }} curl -X POST -H 'Content-Type: application/json' -d @mattermost.json ${{ secrets.MATTERMOST_RELEASE_URL }}