Skip to content

Commit

Permalink
Hopefully fixed deploy to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRivis committed May 18, 2023
1 parent d735286 commit 7f8613e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f8613e

Please sign in to comment.