Skip to content

Commit

Permalink
[cd] disable Discord notificaions via GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Dec 24, 2024
1 parent f5f308f commit f10a9f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISCORD_WEBHOOK_ID: ${{ secrets.DISCORD_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
5 changes: 0 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ dockers:
- "--label=org.opencontainers.image.version={{ .Version }}"
skip_push: false

announce:
discord:
# Whether its enabled or not.
enabled: true

changelog:
sort: asc
filters:
Expand Down

0 comments on commit f10a9f7

Please sign in to comment.