diff --git a/.github/workflows/build-phar-release.yml b/.github/workflows/build-phar-release.yml index 10b4a32..956feff 100644 --- a/.github/workflows/build-phar-release.yml +++ b/.github/workflows/build-phar-release.yml @@ -98,22 +98,3 @@ jobs: files: | ${{ env.DLOAD_PHAR }} ${{ env.DLOAD_PHAR_SIGNATURE }} - - notify-discord: - runs-on: ubuntu-latest - timeout-minutes: 4 - steps: - - name: 📦 Check out the codebase - uses: actions/checkout@v4.1.5 - - - name: ✉️ Notify Discord about release - uses: SethCohen/github-releases-to-discord@v1.15.0 - with: - webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} - color: '2105893' - username: 'Internal DLoad release' - avatar_url: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png' - content: '||@here||' - footer_title: 'Changelog' - footer_icon_url: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png' - footer_timestamp: true