File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- release :
8- types :
9- - published
7+ tags :
8+ - ' v*'
109
1110permissions :
1211 actions : read
Original file line number Diff line number Diff line change 2424 "publish:minor" : " npm version minor --allow-same-version -m v%s --force" ,
2525 "publish:major" : " npm version major --allow-same-version -m v%s --force" ,
2626 "publish:patch" : " npm version patch --allow-same-version -m v%s --force" ,
27- "postversion" : " git add . && git push --follow-tags && git push --tags" ,
27+ "postversion" : " git push origin main --tags" ,
2828 "build" : " rm -rf out && rm -rf dist && npm run typecheck && electron-vite build" ,
2929 "build:w" : " del /s /q out && del /s /q dist && npm run typecheck && electron-vite build" ,
3030 "postinstall" : " electron-builder install-app-deps" ,
You can’t perform that action at this time.
0 commit comments