diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 10c4c0c..3987a10 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,6 +48,9 @@ jobs: pnpm install pnpm build + - name: Ensure npm supports trusted publishing (OIDC) + run: npm install -g npm@latest + - name: Publish run: | npm publish diff --git a/package.json b/package.json index 28032f4..21c158c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/regevbr/json-expression-eval.git" + "url": "git+https://github.com/PrvuoNet/json-expression-eval.git" }, "keywords": [ "evaluate",