Skip to content

Commit

Permalink
fix: remove discord message, find solution later
Browse files Browse the repository at this point in the history
  • Loading branch information
daretodave committed Apr 27, 2024
1 parent aa42c41 commit 9d19308
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,3 @@ jobs:
env:
GH_TOKEN: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
CSC_LINK: ${{ secrets.MAC_CSC }}

discord-message:
runs-on: ubuntu-latest
needs: [release-please, okay-release-windows, okay-release-mac, okay-release-linux]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Notify Discord
uses: sillyangel/releases-to-discord@v1
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
color: "3945071"
username: "MTERM"
avatar_url: "https://cdn.discordapp.com/avatars/1231588950125183077/b4758eee539540263682fe3f1e93251e.png"

0 comments on commit 9d19308

Please sign in to comment.