From 5cb1713cbb5fa49e77b4fbd2b7732f643e85a743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20=C4=8Cern=C3=BD?= Date: Sun, 31 May 2026 12:01:33 +0200 Subject: [PATCH] chore: fix npm settings link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.