File tree Expand file tree Collapse file tree 4 files changed +6
-21
lines changed
Expand file tree Collapse file tree 4 files changed +6
-21
lines changed Original file line number Diff line number Diff line change 2121 exit 1
2222 fi
2323 working-directory : ./packages/hooks
24- - run : npm install
25- working-directory : ./packages/hooks
26- - run : npm run build
24+ - uses : pnpm/action-setup@v2
25+ with :
26+ version : 8
27+ - run : pnpm run build
2728 working-directory : ./packages/hooks
2829 - run : npm publish --access public
2930 env :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-hook-observability/hooks" ,
3- "version" : " 0.1.17 " ,
3+ "version" : " 0.1.19 " ,
44 "description" : " provides Observability as React Hooks in React." ,
55 "main" : " dist/index.js" ,
66 "private" : false ,
Original file line number Diff line number Diff line change 44
55export version=$( npm version patch)
66git add .
7+ git commit
78git tag $version
89git push --tag
910gh release create $version
You can’t perform that action at this time.
0 commit comments