From d0f013aa5949ee0a0783ca8269d9ebe8c359bbed Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Fri, 19 Jul 2024 01:39:50 +0400 Subject: [PATCH] ci: remove Discord notifications workflow --- .github/workflows/build-phar-release.yml | 19 ------------------- resources/version.json | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) 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 diff --git a/resources/version.json b/resources/version.json index 96d9691..9aa5a07 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" }