fixup! Add .npmrc

This commit is contained in:
Murderlon 2025-08-01 17:02:14 +02:00
parent 9ddd4d907e
commit 258cfa6b1d
No known key found for this signature in database
GPG key ID: 1FF861FF1DDBB953
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,9 @@ jobs:
# Allow yarn to make changes during release
- run: corepack yarn config set enableHardenedMode false
- run: corepack yarn --mode=update-lockfile
- run: |
echo '' >> .yarnrc.yml
echo 'npmAuthToken: "${NPM_TOKEN}"' >> .yarnrc.yml
- name: Install dependencies
run: corepack yarn install --immutable

View file

@ -11,4 +11,3 @@ nodeLinker: node-modules
npmPublishAccess: public
npmAuthToken: "${NPM_TOKEN}"