From 3d316f01153d3067acaca5d62ce925e29665d679 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 5 Sep 2023 11:48:04 -0400 Subject: [PATCH] ci: update build configuration --- .github/matrix-publish.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/matrix-publish.json b/.github/matrix-publish.json index e1fe3c9..53f00ef 100644 --- a/.github/matrix-publish.json +++ b/.github/matrix-publish.json @@ -1,6 +1,6 @@ { - "include": [ - { "id": "NPM", "registry": "https://registry.npmjs.org", "name": "oas-fastify" }, - { "id": "GITHUB", "registry": "https://npm.pkg.github.com", "name": "@ahmadnassri/oas-fastify" } + "registry": [ + { "id": "NPM", "url": "https://registry.npmjs.org", "name": "oas-fastify" }, + { "id": "GITHUB", "url": "https://npm.pkg.github.com", "name": "@ahmadnassri/oas-fastify" } ] }