Skip to content

Commit 7f8613e

Browse files
committed
Hopefully fixed deploy to NPM
1 parent d735286 commit 7f8613e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
with:
5858
node-version: '18.x'
5959
cache: 'npm'
60+
registry-url: 'https://registry.npmjs.org'
61+
scope: '@dxworks'
6062

6163
- name: Publish on NPM
6264
run: npm publish --access public

0 commit comments

Comments
 (0)