chore: reenable npm publish after fixes (#4854)

This commit is contained in:
Kristaps Fabians Geikins
2025-05-30 12:43:02 +03:00
committed by GitHub
parent e743771d70
commit 6644cadd1c
+1 -2
View File
@@ -1105,8 +1105,7 @@ jobs:
command: yarn workspaces foreach -tvW version $IMAGE_VERSION_TAG
- run:
name: publish to npm
# TODO: publish dry run while we figure out build/bundle issue
command: 'yarn workspaces foreach -pvW --no-private npm publish --access public --dry-run'
command: 'yarn workspaces foreach -pvW --no-private npm publish --access public'
publish-helm-chart:
docker: