From 916eb1983036abe50ceb03e89697d02144476d5c Mon Sep 17 00:00:00 2001 From: maartenRamadan Date: Fri, 27 Oct 2023 13:55:09 +0200 Subject: [PATCH] ci: fix --- .github/workflows/continuous-delivery.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },