Try fix CI

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-02-20 21:41:47 +06:00
parent 5eefa53d07
commit d186a6f25c
No known key found for this signature in database
GPG Key ID: 211936D31001B31C
2 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ jobs:
- name: Login to NPM
run: |
echo @hcengineering/anticrm:https://npm.pkg.github.com/ > ~/.npmrc
echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
echo '//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}' >> ~/.npmrc
- name: NPM bump
run: node common/scripts/bump.js

View File

@ -102,7 +102,7 @@ function publish (name) {
function main () {
const args = process.argv
const config = JSON.parse(execSync('rush list -p --json', { encoding: 'utf-8' }))
const config = JSON.parse(execSync('node common/scripts/install-run-rush.js list -p --json', { encoding: 'utf-8' }))
fillPackages(config)
buildDependencyTree()