Skip to content

Commit

Permalink
ci: rm discord from release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx authored Jul 23, 2024
1 parent 35dbb7c commit 872f537
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ jobs:
id: release
with:
release-type: simple
- name: Send to Discord
if: ${{ steps.release.outputs.release_created }}
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
RELEASE_NOTES: ${{ steps.release.outputs.body }}
run: |
curl -H "Content-Type: application/json" -X POST -d '{
"content": "New Release: ${{ steps.release.outputs.tag_name }}\n\n```markdown\n${{ steps.release.outputs.body }}\n```"
}' $DISCORD_WEBHOOK_URL

0 comments on commit 872f537

Please sign in to comment.