Skip to content

Commit 218efc2

Browse files
author
Gérard Collin
committed
fix: temporary remove publish of xt-type
1 parent d0d8ae0 commit 218efc2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ 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 ../..
6360
node common/scripts/install-run-rush-pnpm.js publish libs/xt-store/dist/store --access public --tag ${{env.stage}}
6461
node common/scripts/install-run-rush-pnpm.js publish libs/xt-components/dist/xt-components --access public --tag ${{env.stage}}
6562
node common/scripts/install-run-rush-pnpm.js publish libs/xt-plugin-sample/dist/xt-plugin-sample --access public --tag ${{env.stage}}

0 commit comments

Comments
 (0)