Skip to content

Commit d28f4c6

Browse files
update VERSION and release to vaticle as non-draft
1 parent 04027b5 commit d28f4c6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
5050
echo "Deploying to GitHub..."
5151
bazel run --define APPLEID=$APPLEID --define APPLEID_PASSWORD=$APPLEID_PASSWORD --define APPLE_CODE_SIGNING_CERTIFICATE_URL=$APPLE_CODE_SIGNING_CERTIFICATE_URL --define APPLE_CODE_SIGNING_PASSWORD=$APPLE_CODE_SIGNING_PASSWORD --spawn_strategy=local //:deploy-github -- $CIRCLE_SHA1
52-
# echo "Deploying to Homebrew..."
53-
# export DEPLOY_BREW_TOKEN=$REPO_GITHUB_TOKEN DEPLOY_BREW_USERNAME=$REPO_GITHUB_USERNAME DEPLOY_BREW_EMAIL=$REPO_GITHUB_EMAIL
54-
# bazel run --define version=$(cat VERSION) //:deploy-brew -- release
52+
echo "Deploying to Homebrew..."
53+
export DEPLOY_BREW_TOKEN=$REPO_GITHUB_TOKEN DEPLOY_BREW_USERNAME=$REPO_GITHUB_USERNAME DEPLOY_BREW_EMAIL=$REPO_GITHUB_EMAIL
54+
bazel run --define version=$(cat VERSION) //:deploy-brew -- release
5555
5656
deploy-windows:
5757
executor:

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ deploy_github(
200200
archive = ":application-image",
201201
# archive = ":hello-bundle",
202202
version_file = ":VERSION",
203-
draft = True
203+
draft = False
204204
)
205205

206206
#deploy_github(

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.4.0-alpha

deployment.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
#
1717

1818
deployment = {
19-
'github.organisation': 'alexjpwalker',
20-
'github.repository': 'typedb-workbase'
19+
'github.organisation': 'vaticle',
20+
'github.repository': 'typedb-studio'
2121
}

0 commit comments

Comments
 (0)