Skip to content

Commit 872f537

Browse files
authored
ci: rm discord from release-please.yml
1 parent 35dbb7c commit 872f537

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ jobs:
1919
id: release
2020
with:
2121
release-type: simple
22-
- name: Send to Discord
23-
if: ${{ steps.release.outputs.release_created }}
24-
env:
25-
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
26-
RELEASE_NOTES: ${{ steps.release.outputs.body }}
27-
run: |
28-
curl -H "Content-Type: application/json" -X POST -d '{
29-
"content": "New Release: ${{ steps.release.outputs.tag_name }}\n\n```markdown\n${{ steps.release.outputs.body }}\n```"
30-
}' $DISCORD_WEBHOOK_URL

0 commit comments

Comments
 (0)