diff --git a/.github/workflows/discord-release.yml b/.github/workflows/discord-release.yml index 63460eda..dfc0ed40 100644 --- a/.github/workflows/discord-release.yml +++ b/.github/workflows/discord-release.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Send to Discord - uses: SethCohen/github-releases-to-discord@v1 + uses: SethCohen/github-releases-to-discord@v1.19.0 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }} color: "5865F2" @@ -21,4 +21,5 @@ jobs: footer_title: "Auto Claude Changelog" footer_timestamp: true reduce_headings: true + remove_github_reference_links: true