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"