From 626a7c34ab00f775c1def126884dcf802fd7c494 Mon Sep 17 00:00:00 2001 From: Sean Burton Date: Fri, 21 Aug 2026 17:01:44 +0100 Subject: [PATCH] fix: switch to trusted publisher for publishing NPM package --- .github/workflows/release.yml | 1 - documentation-ui/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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" },