File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : Release CLI Core (v1 Beta)
22
33on :
4+ workflow_dispatch :
45 push :
56 branches : [v1-beta]
67 paths :
@@ -35,15 +36,14 @@ jobs:
3536 prefix : release
3637
3738 # Core CLI
38- - name : Installing dependencies of core
39+ - name : Install all dependencies
3940 id : core-installation
4041 if : ${{env.release_releaseAll == 'true' || env.release_plugins_core == 'true'}}
41- working-directory : ./packages/contentstack
4242 run : pnpm install --frozen-lockfile
43- - name : Compiling core
43+
44+ - name : Build all packages
4445 if : ${{ steps.core-installation.conclusion == 'success' }}
45- working-directory : ./packages/contentstack
46- run : pnpm run build
46+ run : pnpm -r --sort run build
4747 - name : Publishing core (Beta)
4848 id : publish-core
4949 uses : JS-DevTools/npm-publish@v3
You can’t perform that action at this time.
0 commit comments