mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Try fix CI
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
5eefa53d07
commit
d186a6f25c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user