mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
fixup! Add .npmrc
This commit is contained in:
parent
9ddd4d907e
commit
258cfa6b1d
2 changed files with 3 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,4 +11,3 @@ nodeLinker: node-modules
|
|||
|
||||
npmPublishAccess: public
|
||||
|
||||
npmAuthToken: "${NPM_TOKEN}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue