File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Publish package
1+ name : Publish uniwind-next-plugin
22
33on :
44 workflow_dispatch :
2222 - name : Automatic GitHub Release
2323 uses : justincy/github-action-npm-release@2.0.2
2424 id : release
25+ with :
26+ path : packages/uniwind-plugin-next
2527 - name : Print release output
2628 if : ${{ steps.release.outputs.released == 'true' }}
2729 run : echo Release ID ${{ steps.release.outputs.release_id }}
@@ -43,11 +45,14 @@ jobs:
4345 node-version : ' 24'
4446 registry-url : ' https://registry.npmjs.org'
4547
46- - name : Install dependencies
47- run : pnpm install
48+ - uses : pnpm/action-setup@v4
49+ name : Install pnpm
50+ with :
51+ package_json_file : " packages/uniwind-plugin-next/package.json"
4852
4953 - name : Build project
50- run : pnpm build:packages
54+ working-directory : packages/uniwind-plugin-next
55+ run : pnpm run build
5156
5257 - name : Publish to npm
5358 working-directory : packages/uniwind-plugin-next
You can’t perform that action at this time.
0 commit comments