File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "productName" : " Onlook" ,
33 "name" : " @onlook/studio" ,
4- "version" : " 0.2.29 " ,
4+ "version" : " 0.2.32 " ,
55 "homepage" : " https://onlook.com" ,
66 "main" : " dist-electron/main/index.js" ,
77 "description" : " The first-ever devtool for designers" ,
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ git commit -m "Publish version v$VERSION"
1111git tag -a v$VERSION -m " Version $VERSION "
1212
1313# Push the tag to the remote repository
14- git push --follow-tags origin HEAD
14+ git push --follow-tags https://github.com/onlook-dev/onlook.git HEAD
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ VERSION=$(node -p "require('./apps/studio/package').version")
55git tag -d v$VERSION
66
77# Remove tag remotely
8- git push origin :refs/tags/v$VERSION
8+ git push https://github.com/onlook-dev/onlook.git :refs/tags/v$VERSION
You can’t perform that action at this time.
0 commit comments