Skip to content

Commit 1f4e55d

Browse files
committed
Publish version v0.2.32
1 parent f05a464 commit 1f4e55d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

scripts/publish_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ git commit -m "Publish version v$VERSION"
1111
git 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

scripts/remove_tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ VERSION=$(node -p "require('./apps/studio/package').version")
55
git 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

0 commit comments

Comments
 (0)