Generalise npm publishing workflow to work for more than just shared-components (#33086)

* Generalise npm publishing workflow to work for more than just shared-components

* Update doc
This commit is contained in:
Michael Telatynski
2026-04-10 15:37:45 +01:00
committed by GitHub
parent a132b9167d
commit b97a0be0fd
2 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -365,4 +365,4 @@ pnpm i18n
Two steps are required to publish a new version of this package:
1. Bump the version in `package.json` following semver rules and open a PR.
2. Once merged run the [github workflow](https://github.com/element-hq/element-web/actions/workflows/shared-component-publish.yaml)
2. Once merged run the [github workflow](https://github.com/element-hq/element-web/actions/workflows/npm-publish.yaml)