Skip to content

Commit

Permalink
ci: remove Discord notifications workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Jul 18, 2024
1 parent 9f560d3 commit d0f013a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build-phar-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

- name: ✉️ Notify Discord about release
uses: SethCohen/[email protected]
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
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}

0 comments on commit d0f013a

Please sign in to comment.