diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 689cdc2..d4a03d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: with: always-auth: true node-version: ${{ inputs.node-version }} - registry-url: https://registry.npmjs.org + registry-url: "https://registry.npmjs.org" - name: Publish to NPM run: npm publish --access public