From 13c9b52bb6b9aae45e15eac4d7a7adabec1237bd Mon Sep 17 00:00:00 2001 From: Conicaw Date: Sun, 16 Jul 2023 19:09:55 -0500 Subject: [PATCH] ci(release): configure registry Configure registry --- .github/workflows/release.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8c50c2..dfebfd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,5 +46,5 @@ jobs: uses: ahmadnassri/action-semantic-release@v2.2.3 env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: fake + NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 250b7de..7d0838c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ "url": "https://github.com/furality/nestjs-http-promise" }, "publishConfig": { - "access": "public" + "access": "public", + "registry": "https://npm.pkg.github.com" }, "files": [ "dist"