Skip to content

Commit de36aec

Browse files
committed
Publish version v0.2.31
1 parent cf6542e commit de36aec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)