ci: Add explicit registry scope for @n8n packages in dist-tag workflow (no-changelog) (#28889)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Matsu 2026-04-22 13:57:23 +03:00 committed by GitHub
parent b6eabb4ce5
commit 571388924d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,9 @@ jobs:
install-command: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace
# Remove after https://github.com/npm/cli/issues/8547 gets resolved
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- run: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
echo "@n8n:registry=https://registry.npmjs.org" >> ~/.npmrc
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}