Skip to content

Commit d30d939

Browse files
author
Gérard Collin
committed
fix: back to publish all libs
1 parent 3e15539 commit d30d939

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
- name: Publish libraries to ${{env.stage}}
5858
run: |
5959
unset NODE_AUTH_TOKEN
60+
cd libs/xt-type
61+
node ../../common/scripts/install-run-rush-pnpm.js publish --access public --tag ${{env.stage}}
62+
cd ../..
63+
node common/scripts/install-run-rush-pnpm.js publish libs/xt-store/dist/store --access public --tag ${{env.stage}}
64+
node common/scripts/install-run-rush-pnpm.js publish libs/xt-components/dist/xt-components --access public --tag ${{env.stage}}
6065
node common/scripts/install-run-rush-pnpm.js publish libs/xt-plugin-sample/dist/xt-plugin-sample --access public --tag ${{env.stage}}
6166
- name: Publish plugins to ${{env.stage}}
6267
run: |

0 commit comments

Comments
 (0)