Skip to content

Commit

Permalink
append registry overrides to .npmrc
Browse files Browse the repository at this point in the history
Emil Kais committed Jan 8, 2025
1 parent caa232c commit f4b3170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
@@ -50,8 +50,8 @@ jobs:
- name: Publish to GitHub Packages
run: |
echo "registry=https://npm.pkg.github.com" > .npmrc
echo "@n8n_io:registry=https://npm.pkg.github.com" > .npmrc
echo "@n8n:registry=https://npm.pkg.github.com" > .npmrc
echo "@n8n_io:registry=https://npm.pkg.github.com" >> .npmrc
echo "@n8n:registry=https://npm.pkg.github.com" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
node .github/scripts/trim-fe-packageJson.js
node .github/scripts/ensure-provenance-fields.mjs

0 comments on commit f4b3170

Please sign in to comment.