Skip to content

Commit

Permalink
feat: add auto anouncements (AnWeber/httpyac/#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Jun 1, 2024
1 parent 653f3a5 commit b65f700
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Github Releases To Discord
uses: SethCohen/github-releases-to-discord@v1.13.1
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
username: 'Release Changelog'
content: '||@everyone||'
footer_title: 'Changelog'
footer_timestamp: true

0 comments on commit b65f700

Please sign in to comment.