From 34be1dc1d71d032c241fced2e83d03a74c470a6f Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 11 May 2022 20:14:53 +0200 Subject: [PATCH] removed notification from raspi build --- .github/workflows/docker-publish-release-raspi.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/docker-publish-release-raspi.yml b/.github/workflows/docker-publish-release-raspi.yml index 14be8afc9..76da44a1e 100644 --- a/.github/workflows/docker-publish-release-raspi.yml +++ b/.github/workflows/docker-publish-release-raspi.yml @@ -45,10 +45,3 @@ jobs: tag: ${{ steps.get_version.outputs.VERSION }}-raspi dockerUser: ${{ secrets.DOCKER_USERNAME }} dockerPassword: ${{ secrets.DOCKER_PASSWORD }} - # Send discord notification - - name: Discord notification - env: - DISCORD_WEBHOOK: ${{ secrets.DISCORD_RELEASE_WEBHOOK }} - uses: Ilshidur/action-discord@0.3.2 - with: - args: '🚀 Version {{ EVENT_PAYLOAD.release.tag_name }} of tandoor has been released 🥳 Check it out https://github.com/vabene1111/recipes/releases/tag/{{ EVENT_PAYLOAD.release.tag_name }}'