Skip to content

Commit

Permalink
ci(all): Test format mattermost notification debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Mar 1, 2024
1 parent 3b6fd58 commit 0653d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_publish_compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0653d87

Please sign in to comment.