#11025·platform

Can someone with access fix the `publish npm` actions?

Author: CdTgrCreated Aug 27, 2026Updated Sep 10, 2026

Problem

Really apreciate the hardwork and dedication the team put on to this project.

unfortunately, the action Publish npm is failing due to an npm auth issue

Impact

Without the proper typings on the existsing npm packages, the packages are nearly not usable for typescript projects.

Evidence

see: https://github.com/hcengineering/platform/actions/runs/28693477104

I tried to fork and build the entire repository and the three steps in the actions works perfectly fine:

node common/scripts/install-run-rush.js install is installing the dependencies. node common/scripts/install-run-rush.js build is building the project. node common/scripts/install-run-rush.js validate is generated all the types.

Proposed resolution

So the missing part is just the package not getting pushed to npm after the packages are creatd due to the auth issue.

Much appereciated if someone could configure and push the new npm packages.

Related

I assume these two are also a related issues:

  1. #10881
  2. #10933