diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 12c7898..90640d6 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -102,7 +102,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: 12.x - always-auth: true + registry-url: 'https://registry.npmjs.org' - name: Update package version working-directory: ./Source/JavaScript run: npm version ${{ needs.create-release.outputs.version }}