fix: update Node.js version to 20 in release workflow and reduce Discord spam
- Update release workflow Node.js version from 18 to 20 to match package.json requirements - Remove push trigger from Discord workflow to reduce notification spam This should resolve the semantic-release content-length header error after org migration.
This commit is contained in:
2
.github/workflows/discord.yaml
vendored
2
.github/workflows/discord.yaml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Discord Notification
|
||||
|
||||
on: [push, pull_request, workflow_dispatch, release, create, delete, issue_comment, fork, watch, pull_request_review, pull_request_review_comment, repository_dispatch]
|
||||
on: [pull_request, release, create, delete, issue_comment, pull_request_review, pull_request_review_comment]
|
||||
|
||||
jobs:
|
||||
notify:
|
||||
|
||||
Reference in New Issue
Block a user