Skip to content

Commit

Permalink
update VERSION and release to vaticle as non-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Sep 17, 2021
1 parent 04027b5 commit d28f4c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
echo "Deploying to GitHub..."
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
# echo "Deploying to Homebrew..."
# export DEPLOY_BREW_TOKEN=$REPO_GITHUB_TOKEN DEPLOY_BREW_USERNAME=$REPO_GITHUB_USERNAME DEPLOY_BREW_EMAIL=$REPO_GITHUB_EMAIL
# bazel run --define version=$(cat VERSION) //:deploy-brew -- release
echo "Deploying to Homebrew..."
export DEPLOY_BREW_TOKEN=$REPO_GITHUB_TOKEN DEPLOY_BREW_USERNAME=$REPO_GITHUB_USERNAME DEPLOY_BREW_EMAIL=$REPO_GITHUB_EMAIL
bazel run --define version=$(cat VERSION) //:deploy-brew -- release
deploy-windows:
executor:
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ deploy_github(
archive = ":application-image",
# archive = ":hello-bundle",
version_file = ":VERSION",
draft = True
draft = False
)

#deploy_github(
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.4.0-alpha
4 changes: 2 additions & 2 deletions deployment.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
#

deployment = {
'github.organisation': 'alexjpwalker',
'github.repository': 'typedb-workbase'
'github.organisation': 'vaticle',
'github.repository': 'typedb-studio'
}

0 comments on commit d28f4c6

Please sign in to comment.