diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d64392..0cb8918 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,6 @@ jobs: pnpm exec semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Detect semantic-release tag id: detect_release run: | diff --git a/documentation-ui/package.json b/documentation-ui/package.json index d6f7b42..53a0096 100644 --- a/documentation-ui/package.json +++ b/documentation-ui/package.json @@ -27,7 +27,7 @@ ] }, "publishConfig": { - "registry": "https://registry.npmjs.org", + "registry": "https://registry.npmjs.org/", "tag": "latest", "access": "public" },