mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 16:30:49 +00:00
Try fix ci (#2665)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
126d57884f
commit
5eefa53d07
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -375,8 +375,8 @@ jobs:
|
||||
run: node common/scripts/install-run-rush.js bundle
|
||||
- name: Login to NPM
|
||||
run: |
|
||||
echo @hcengineering/anticrm:https://npm.pkg.github.com/ > build/.npmrc
|
||||
echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' >> build/.npmrc
|
||||
echo @hcengineering/anticrm:https://npm.pkg.github.com/ > ~/.npmrc
|
||||
echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
|
||||
- name: NPM bump
|
||||
run: node common/scripts/bump.js
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user