Skip to content

Commit eb9f1f5

Browse files
committed
Publish version v0.2.30
1 parent f8ccd14 commit eb9f1f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
include:
30-
- os: macos-latest
30+
- os: macos-13
3131
- os: windows-latest
3232
- os: ubuntu-latest
3333

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)