From 8a31d23c3f8bf7d7154ef8f7abb8f34677b654b3 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Tue, 5 Sep 2023 09:46:56 -0400 Subject: [PATCH] build: correct package name --- .github/matrix-publish.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/matrix-publish.json b/.github/matrix-publish.json index b1ecb4b..8b552df 100644 --- a/.github/matrix-publish.json +++ b/.github/matrix-publish.json @@ -1,6 +1,6 @@ { "include": [ - { "id": "NPM", "registry": "https://registry.npmjs.org", "name": "har" }, - { "id": "GITHUB", "registry": "https://npm.pkg.github.com", "name": "@ahmadnassri/har" } + { "id": "NPM", "registry": "https://registry.npmjs.org", "name": "oas-request" }, + { "id": "GITHUB", "registry": "https://npm.pkg.github.com", "name": "@ahmadnassri/oas-request" } ] }