Skip to content

Commit

Permalink
Release to Discord: update image URL (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Oct 24, 2024
1 parent 19c761a commit d78f121
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release-to-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:

jobs:
github-releases-to-discord:
if: "! contains(github.event.release.tag_name, '-')"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -13,9 +14,7 @@ jobs:
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
color: "2105893"
username: "Release Changelog"
content: "||@everyone||"
footer_title: "Changelog"
footer_timestamp: true
username: "New Release: Localnet"
max_description: "4096"
reduce_headings: true
avatar_url: "https://raw.githubusercontent.com/zeta-chain/docs/refs/heads/main/public/img/icons/zetachain/square/white-on-green.png"

0 comments on commit d78f121

Please sign in to comment.