diff --git a/README.md b/README.md index f0ad353..3de83f2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The aim of **uppt** is to make a very simple, secure release workflow for mainta ### Set up your package for trusted publishing on npmjs.com -1. Visit `https://npmjs.com//settings` and add a new trusted publisher entry, pointing at your repo and the `release.yml` workflow, with the `npm stage publish` permission chip. Set the 'Environment name' to 'npm'. In a monorepo, repeat this once per published package, pointing each entry at the same workflow and environment. +1. Visit `https://npmjs.com/package//access` and add a new trusted publisher entry, pointing at your repo and the `release.yml` workflow, with the `npm stage publish` permission chip. Set the 'Environment name' to 'npm'. In a monorepo, repeat this once per published package, pointing each entry at the same workflow and environment. > [!NOTE] > [Staged publishing](https://docs.npmjs.com/staged-publishing/) requires you to approve the publish before it goes live.