From 21784e92483b13f63f2686454d8917f426501c5f Mon Sep 17 00:00:00 2001 From: Daniel Heid Date: Tue, 14 Nov 2023 13:01:10 +0100 Subject: [PATCH] Remove Slack notification --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7db3300c..87ebee84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,12 +34,4 @@ jobs: publish: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: rtCamp/action-slack-notify@v2 - env: - SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_USERNAME: github-actions - SLACK_ICON: https://m-img.org/spai/w_147+q_lossless+ret_img+to_webp/matomo.org/wp-content/uploads/2020/03/matomo-logo-winner-mobile3.png - SLACK_ICON_EMOJI: ':tada:' - SLACK_TITLE: Matomo Java Tracker ${{ steps.version.outputs.version }} released - SLACK_MESSAGE: "Exciting news! :star2: We're thrilled to share that a new version of the Matomo Java Tracker was staged and will become available soon, packed with awesome features and improvements. :rocket: See https://github.com/matomo-org/matomo-java-tracker/releases for release notes." - SLACK_FOOTER: "Thanks for being awesome! :heart:" \ No newline at end of file +