From 7f8613e19c2c7f8bb114c452194778ad20fb19de Mon Sep 17 00:00:00 2001 From: MarioRivis Date: Thu, 18 May 2023 18:03:09 +0300 Subject: [PATCH] Hopefully fixed deploy to NPM --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 277f6c7..301ddb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,8 @@ jobs: with: node-version: '18.x' cache: 'npm' + registry-url: 'https://registry.npmjs.org' + scope: '@dxworks' - name: Publish on NPM run: npm publish --access public