diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index cf668426..8aa096ee 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -42,7 +42,7 @@ jobs: { "release": "patch", "type": "chore" }, { "release": false, "type": "chore", "scope": "deps-dev" }, { "release": "patch", "type": "chore", "scope": "deps-dev", "subject": "bump typescript from*" }, - { "release": "patch", "type": "chore", "scope": "deps-dev", "subject": "bump @zeit/ncc from*" }, + { "release": "patch", "type": "chore", "scope": "deps-dev", "subject": "bump @vercel/ncc from*" }, { "release": "patch", "type": "ci" }, { "release": "patch", "type": "improvement" }, { "release": "patch", "type": "refactor" },